2020
5 featuresThe font-kerning CSS property sets whether kerning data from a font is used to adjust the space between letters.
The font-variant-caps CSS property sets whether text should be displayed in small caps, petite caps, or with capital letters designed for titles.
The font-variant-east-asian CSS property controls glyph substitution and sizing in East Asian text.
The font-variant-ligatures CSS property sets how characters can be visually combined for readability or stylistic reasons.
The font-variant-numeric CSS property sets how numeric characters are displayed. For example, you can align columns of numbers or use zeroes that have a slash.
2017
1 featuresThe font-feature-settings CSS property sets low-level OpenType feature tags for a font. When possible, use font-variant instead.
2015
1 featuresThe font-variant CSS property is a shorthand for font-variant-alternates, font-variant-caps, font-variant-east-asian, font-variant-emoji, font-variant-ligatures, font-variant-numeric, and font-variant-position.
Limited Availability
3 featuresThe font-language-override CSS property sets which language-specific glyphs are displayed.
The font-variant-emoji CSS property sets the default presentation for emoji characters.
The font-variant-position CSS property sets whether to use alternate glyphs for subscript and superscript text.