diff --git a/front/gatsby-config.js b/front/gatsby-config.js index 94ecfe7..5914528 100644 --- a/front/gatsby-config.js +++ b/front/gatsby-config.js @@ -47,7 +47,7 @@ module.exports = { { resolve: `gatsby-plugin-google-fonts`, options: { - fonts: [`work sans\:500`], + fonts: [`work sans\:600`], display: 'swap', }, }, diff --git a/front/src/ui/GlobalStyles.tsx b/front/src/ui/GlobalStyles.tsx index 0af83f9..19cf757 100644 --- a/front/src/ui/GlobalStyles.tsx +++ b/front/src/ui/GlobalStyles.tsx @@ -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;