FONT-STRETCH Property In CSS
font-stretch Property in CSS
font-stretch property Limited browser support: Was part of CSS 2, but not in CSS 2.1. This property may return in CSS 3. Declares the stretch of the font face.
Possible Value:
normal wider narrower ultra-condensed extra-condensed condensed semi-condensed semi-expanded expanded extra-expanded ultra-expanded
Examplediv { font-stretch:narrower; }
div { font-stretch:ultra-expanded; }