pisua aldatzen du
This commit is contained in:
@@ -47,7 +47,7 @@ module.exports = {
|
||||
{
|
||||
resolve: `gatsby-plugin-google-fonts`,
|
||||
options: {
|
||||
fonts: [`work sans\:500`],
|
||||
fonts: [`work sans\:600`],
|
||||
display: 'swap',
|
||||
},
|
||||
},
|
||||
|
||||
@@ -200,7 +200,7 @@ export const GlobalStyles = createGlobalStyle`
|
||||
font-family: 'Work Sans', sans-serif;
|
||||
|
||||
${font.base()}
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
|
||||
background-color: #fd3447;
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user