pisua aldatzen du
This commit is contained in:
@@ -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',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user