postcss-font-variant
postcss-font-variant copied to clipboard
Is this plugin needed anymore?
I find it confusing that this plugin modifies the font-feature-settings
CSS property; I was originally trying to set both font-variant
and font-feature-settings
to none
and normal
respectively, and then noticed that font-feature-settings
was getting transformed to "kern" off
(I've raised a separate issue for this). There also seem to be a few issues in this repository with various expected combinations.
Looking at https://caniuse.com/mdn-css_properties_font-variant, it seems to have pretty good browser support.
Did there used to be cross-browser issues with font-variant
that this plugin solves?
@steveharrison https://caniuse.com/mdn-css_properties_font-variant-caps https://caniuse.com/font-variant-numeric etc.