pisua aldatzen du

This commit is contained in:
Aitor Urrutia
2022-01-17 12:53:56 +01:00
parent 988f909a69
commit 067d659f88
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ module.exports = {
{ {
resolve: `gatsby-plugin-google-fonts`, resolve: `gatsby-plugin-google-fonts`,
options: { options: {
fonts: [`work sans\:500`], fonts: [`work sans\:600`],
display: 'swap', display: 'swap',
}, },
}, },

View File

@@ -200,7 +200,7 @@ export const GlobalStyles = createGlobalStyle`
font-family: 'Work Sans', sans-serif; font-family: 'Work Sans', sans-serif;
${font.base()} ${font.base()}
font-weight: 500; font-weight: 600;
background-color: #fd3447; background-color: #fd3447;
color: #fff; color: #fff;