font-stretch
Utilities for selecting the width of a font face.
| Utility | Styles |
|---|---|
font.stretch.ultra.condensed | font-stretch: ultra-condensed; /* 50% */ |
font.stretch.extra.condensed | font-stretch: extra-condensed; /* 62.5% */ |
font.stretch.condensed | font-stretch: condensed; /* 75% */ |
font.stretch.semi.condensed | font-stretch: semi-condensed; /* 87.5% */ |
font.stretch.normal | font-stretch: normal; /* 100% */ |
font.stretch.semi.expanded | font-stretch: semi-expanded; /* 112.5% */ |
font.stretch.expanded | font-stretch: expanded; /* 125% */ |
font.stretch.extra.expanded | font-stretch: extra-expanded; /* 150% */ |
font.stretch.ultra.expanded | font-stretch: ultra-expanded; /* 200% */ |
font.stretch[*<value>*] | font-stretch: *<percentage>*; |