mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[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:
committed by
GitHub
parent
6eb0b5ddb0
commit
5223bd01e8
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user