Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
font
font-size
font-size-adjust
font-style
font-variant
font-weight
PROPERTY: font-stretch
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-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information