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?
I find it confusing that this plugin modifies the
font-feature-settingsCSS property; I was originally trying to set bothfont-variantandfont-feature-settingstononeandnormalrespectively, and then noticed thatfont-feature-settingswas 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-variantthat this plugin solves?