Font Features

Font Features

Font features are a way to enable advanced text styles and effects as designed by the author. A may support several features: some examples include different kinds of ligatures, tabular numbers, or small caps. Because the designer explicitly created forms for these variants in the file, using is the highest quality way of achieving these effects. CSS Font Features

4FA1C6

22EB14

text
font-feature-settings:
    'rlig' 1,
    'calt' 1,
    'ss01' 1,
    'ss02' 1,
    'ss03' 1,
    'ss04' 1,
    'ss05' 1,
    'ss06' 1,
    'ss08' 1,
    'zero' 1;
Backlinks4