font-stretch
property is used to stretch or contract the width of fonts. This property has 12 possible values: normal
, wider
, narrower
, ultra-condensed
, extra-condensed
, condensed
, semi-condensed
, semi-expanded
, expanded
, extra-expanded
, ultra-expanded
and inherit
. This is a font property that was not included in the CSS 2.1 specification.
Example:
<p style="font-stretch: ultra-condensed">the quick brown fox jumps over the lazy dog</p>
No comments:
Post a Comment