Cet utilitaire modifie la largeur des caractères (condensed, expanded, etc.), affectant l'espacement horizontal du texte.
| Classe |
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-<pourcentage> |
font-stretch: <pourcentage>; |
| font-stretch-(<propriete-personnalisee>) |
font-stretch: var(<propriete-personnalisee>); |
| font-stretch-[<valeur>] |
font-stretch: <valeur>; |