From Htmlpedia
Contents |
[edit]
CSS 2 property: font-stretch
Description of font-stretch's purpose goes here.
[edit]
Property Values
The font-stretch accepts the following values:
- List
- of
- values
[edit]
Example
![]() | <style type="text/css">
selector { font-stretch: value; }
</style>
...
<element attribute="foo">Contents</element> |
[edit]
Test
- normal
- narrower (emdedded narrower)
- wider (embedded wider)
- normal
- ultra-condensed
- extra-condensed
- condensed
- semi-condensed
- semi-expanded
- expanded
- extra-expanded
- ultra-expanded
[edit]
Browser Support
If you have tested support for font-stretch in any of the following browsers, please indicate its level of support using one of the following keywords:
- Full
- Partial
- Buggy
- None
If you indicate that support is "Partial" or "Buggy," please add further comments explaining what's missing or what doesn't work right.
- IE 3
- Support is Unknown
- IE 4
- Support is Unknown
- IE 5
- Support is Unknown
- IE 5.5
- Support is Unknown
- IE 6
- Support is Unknown
- IE 7
- Support is Unknown
- Konqueror 3
- None
- NS 3
- Support is Unknown
- NS 4
- Support is Unknown
- NS 4.5
- Support is Unknown
- NS 6
- Support is Unknown
- NS 7
- Support is Unknown
- NS 8
- Support is Unknown
- Firefox 1
- Support is Unknown
- Firefox 1.5
- Support is Unknown
- Firefox 2
- None
- Firefox 3
- None
- Mozilla
- None
- Opera 6
- None
- Opera 7
- None
- Opera 8
- None
- Opera 9
- None
[edit]
Tips and Tricks
If you know of any useful or uncommon tips or techniques using this property, please describe them here.
[edit]
References
- W3C Specification: CSS Specification Level 2
- HTMLpedia: List of CSS Properties

