Extending the font variant to text
#13242
thibaudbrault
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the
font variantproperty can only be used for numbers but, in CSS, it can be used for texts to change the ligature with font-variant-ligatures or to control the use of alternate glyphs with font-variant-caps.The current properties for
font-variant-capsdo not have an equivalent in Tailwind so they could be used as class:A
-capscould be added tounicaseThis is the same for the properties of
font-variant-ligatures:A
-ligaturescould be added for the last two values.Beta Was this translation helpful? Give feedback.
All reactions