Section courante

A propos

Section administrative du site

font-stretch

Étirement de police de caractères
Tailwind CSS

Classe

font-stretch

Description

Cet utilitaire modifie la largeur des caractères (condensed, expanded, etc.), affectant l'espacement horizontal du texte.

Définition

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>;


Dernière mise à jour : Vendredi, le 6 février 2026