From 067d659f88d327a6ebabfded2b7f37bcde411a11 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Date: Mon, 17 Jan 2022 12:53:56 +0100 Subject: [PATCH] pisua aldatzen du --- front/gatsby-config.js | 2 +- front/src/ui/GlobalStyles.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;