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 variant
property 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-caps
do not have an equivalent in Tailwind so they could be used as class:A
-caps
could be added tounicase
This is the same for the properties of
font-variant-ligatures
:A
-ligatures
could be added for the last two values.Beta Was this translation helpful? Give feedback.
All reactions