HTML Dog
Skip to navigation

CSS Property: font-stretch

Expanded or condensed text.

Possible Values

ValueDescription
ultra-condensedNarrower than extra-condensed. Narrowest.
extra-condensedNarrower than condensed.
condensedNarrower than semi-condensed.
semi-condensedNarrower than normal.
normalStandard default. No stretch.
semi-expandedWider than normal.
expandedWider than semi-expanded.
extra-expandedWider than expanded.
ultra-expandedWider than extra-expanded. Widest.
inherit
initial
unset

Example


.bigsmile { font-stretch: expanded; }

Browser support

Can I Use css-font-stretch? Data on support for the css-font-stretch feature across the major browsers from caniuse.com.