From 34207e332828c576810170c7880630a3d988ba47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20R=C3=A9millard?= Date: Wed, 24 Apr 2024 16:18:39 -0400 Subject: [PATCH] feat: La police de base est maintenant Figtree --- gatsby-config.mjs | 2 +- plugins/gatsby-plugin-bib-theme/tokens.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.mjs b/gatsby-config.mjs index 80e9d9b..03cf15f 100644 --- a/gatsby-config.mjs +++ b/gatsby-config.mjs @@ -76,7 +76,7 @@ const config = { fonts: { google2: [ { - family: 'Inter', + family: 'Figtree', axes: 'wght@300..600', }, // { diff --git a/plugins/gatsby-plugin-bib-theme/tokens.js b/plugins/gatsby-plugin-bib-theme/tokens.js index f7dd6e6..b281415 100644 --- a/plugins/gatsby-plugin-bib-theme/tokens.js +++ b/plugins/gatsby-plugin-bib-theme/tokens.js @@ -10,7 +10,7 @@ export default { } }, typography: { - fontFamily: 'Inter', + fontFamily: 'Figtree', // h1: { // fontFamily: mySerif // },