Local font @fontsource/inter, subfont not default

This commit is contained in:
prototypa
2022-09-10 01:07:55 -04:00
parent be17a100ad
commit 1927108725
3 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ module.exports = {
secondary: colors.pink,
},
fontFamily: {
sans: ["'Inter'", ...defaultTheme.fontFamily.sans],
sans: ["'InterVariable'", ...defaultTheme.fontFamily.sans],
},
},
},