typescriptcssv0.1
Docs

font-stretch

Utilities for selecting the width of a font face.

UtilityStyles
font.stretch.ultra.condensedfont-stretch: ultra-condensed; /* 50% */
font.stretch.extra.condensedfont-stretch: extra-condensed; /* 62.5% */
font.stretch.condensedfont-stretch: condensed; /* 75% */
font.stretch.semi.condensedfont-stretch: semi-condensed; /* 87.5% */
font.stretch.normalfont-stretch: normal; /* 100% */
font.stretch.semi.expandedfont-stretch: semi-expanded; /* 112.5% */
font.stretch.expandedfont-stretch: expanded; /* 125% */
font.stretch.extra.expandedfont-stretch: extra-expanded; /* 150% */
font.stretch.ultra.expandedfont-stretch: ultra-expanded; /* 200% */
font.stretch[*<value>*]font-stretch: *<percentage>*;