Roboto Font #1923
-
We just started implementing Tailwind Elements, and this plugin overrides our Poppins font, everywhere is Roboto now, how to make sure we can set the font? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Ok, think i found it, configure in tailwind.config.js
Hm, this disables all the fonts |
Beta Was this translation helpful? Give feedback.
-
You should be also able to overwrite our font by changing the
|
Beta Was this translation helpful? Give feedback.
-
@juujisai |
Beta Was this translation helpful? Give feedback.
-
@wdebusschere We have added the Roboto font as a part of our design. The other way to change the font is to change it inside
|
Beta Was this translation helpful? Give feedback.
-
Ok, when i move the fontFamily from the theme directly to extend it works! |
Beta Was this translation helpful? Give feedback.
@wdebusschere We have added the Roboto font as a part of our design.
The other way to change the font is to change it inside
tailwind.config.js
under thetheme
property. For example: