Home > AI > Language > CSS >

font-stretch

The font-stretch property allows you to make text narrower (condensed) or wider (expanded).

ValueDescription
ultra-condensedMakes the text as narrow as it gets
extra-condensedMakes the text narrower than condensed, but not as narrow as ultra-condensed
condensedMakes the text narrower than semi-condensed, but not as narrow as extra-condensed
semi-condensedMakes the text narrower than normal, but not as narrow as condensed
normalDefault value. No font stretching
semi-expandedMakes the text wider than normal, but not as wide as expanded
expandedMakes the text wider than semi-expanded, but not as wide as extra-expanded
extra-expandedMakes the text wider than expanded, but not as wide as ultra-expanded
ultra-expandedMakes the text as wide as it gets
initialSets this property to its default value. Read about initial
inheritInherits this property from its parent element. Read about inherit

Leave a Reply