[WEB-4153] chore: extend custom font family in tailwind config (#7093)
* chore: remove unwanted font family * chore: add font family to extend object
This commit is contained in:
parent
6eb0b5ddb0
commit
5223bd01e8
1 changed files with 3 additions and 3 deletions
|
|
@ -461,9 +461,9 @@ module.exports = {
|
|||
"onboarding-gradient-200": "var( --gradient-onboarding-200)",
|
||||
"onboarding-gradient-300": "var( --gradient-onboarding-300)",
|
||||
},
|
||||
},
|
||||
fontFamily: {
|
||||
custom: ["Inter", "sans-serif"],
|
||||
fontFamily: {
|
||||
custom: ["Inter", "sans-serif"],
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue