v4 upgrade
This commit is contained in:
@@ -5,7 +5,12 @@ module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ["Inter Variable", "Inter", ...defaultTheme.fontFamily.sans],
|
||||
sans: [
|
||||
"Bricolage Grotesque Variable",
|
||||
"Inter Variable",
|
||||
"Inter",
|
||||
...defaultTheme.fontFamily.sans,
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user