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 // },