Type aliases
FontStretches
FontStretches: "ultra-condensed" | "extra-condensed" | "condensed" | "semi-condensed" | "normal" | "semi-expanded" | "expanded" | "extra-expanded" | "ultra-expanded"
FontStyles
FontStyles: "normal" | "italic"
FontVariants
FontVariants: "normal" | "small-caps"
FontWeights
FontWeights: "100" | "200" | "300" | "400" | "500" | "600" | "700" | "800" | "900" | "normal" | "bold" | "lighter" | "bolder"