How to use tailwind and mantine classes for multiple fonts and typography?
I’m using to different fonts in my website and both has different line-height
, I’m using one font for headings like Title
component from mantine and other with Text
component from mantine. Now issues is when i use classes like text-sm
or text-lg
then line hight from tailwind will be applied and i do not want that.
How to Add Space Between Two Texts in a Mantine Badge Component?
I use Mantine UI + Talwind CSS to write Components.