From 9aa9b67228b772a1f23db2920614962f3b3a3923 Mon Sep 17 00:00:00 2001 From: Aitor Urrutia Aranburu Date: Sun, 24 Dec 2023 17:56:56 +0100 Subject: [PATCH] chore: letra tipoa zuzentzen du --- front/gatsby-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/gatsby-config.js b/front/gatsby-config.js index 57926cc..294d30e 100644 --- a/front/gatsby-config.js +++ b/front/gatsby-config.js @@ -59,8 +59,9 @@ module.exports = { fonts: { google: [ { - family: 'Almarai', + family: 'Martel Sans', variants: ['300', '700'], + fontDisplay: 'swap', }, ], },