Individual fontFeatureSettings for a fontFamily #14435
Replies: 2 comments
-
At the moment I think I can only override this in individual components using the tailwind classes or set this on html/body directly. I think it makes sense, as the serif font-family picks the first available and for a self-supplied font file from my server, either the first one works or both of them do not work... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing this now. Seems overriding the individual components is sufficient. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I try to set different features for fonts in a font family like so:
However, only the first setting is used for all fonts in this definition. Is there a way to achieve this in the tailwind.config.js file or do I have to define this inside the app.css file within all @font-face declarations?
Thanks,
MIchael.
Beta Was this translation helpful? Give feedback.
All reactions