font-stretch :
narrower |
wider |
ultra-condensed |
extra-condensed |
condensed |
semi-condensed |
normal |
semi-expanded |
expanded |
extra-expanded |
ultra-expanded
Compatibility:
Currently not supported by any browser
Version: Level 2 Inherited: Yes
The font-stretch property is used to expand or contract (condense) the horizontal width of the font.
The change is relative to the normal width of the font as displayed by the browser.
narrower
The narrower value contracts the font to the next smaller width.
wider
The wider value expands the font to the next larger width.
ultra-condensed
extra-condensed
condensed
semi-condensed
normal
semi-expanded
expanded
extra-expanded
ultra-expanded
The order descends from narrowest to widest in value.
The normal value is the normal width of the font as displayed by the browser.
Code:
p {font-stretch: wider;}
p {font-stretch: ultra-expanded;}
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information
|