[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:
Aaryan Khandelwal
2025-05-23 15:35:47 +05:30
committed by GitHub
parent 6eb0b5ddb0
commit 5223bd01e8

View File

@@ -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: [