| font-stretch | NN n/a IE n/a CSS 2 |
| Inherited: Yes | |
Sets the rendered font to a letter-spacing relative of the specified font family. Version 6 browsers do not take it upon themselves to artificially condense or expand font family specifications. |
|
| CSS Syntax | |
font-stretch: stretchType | normal
|
|
| Value | |
For an absolute size, one of the following constants: ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | extra-expanded | ultra-expanded. For a relative size, one of the following constants: narrower | wider. |
|
| Initial Value | |
normal |
|
| Applies To | |
All elements. |
|
| Object Model Reference | |
[window.]document.getElementById("elementID").style.fontStretch
|
|