Easy Tutorial
❮ Sel After Pr Grid Template Columns ❯

CSS3 font-stretch Property

Example

Make the text of all div elements wider:


Browser Support

Currently, no major browsers support the font-Stretch property.


Property Definition and Usage

The font-Stretch property allows you to make text wider or narrower.

Default value: none
Inherited: yes
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.fontStretch="expanded"
--- ---

Syntax

Value Description
wider Makes the text wider
narrower Makes the text narrower
ultra-condensed Makes the text as narrow as possible
extra-condensed Specifies the second most condensed font
condensed Specifies the slightly less condensed font
semi-condensed Specifies a slightly condensed font
normal Specifies a font that is neither condensed nor expanded
semi-expanded Specifies a slightly expanded font
expanded Specifies an expanded font
extra-expanded Specifies the second most expanded font
ultra-expanded Specifies the most expanded font
inherit Specifies that the property should have the same computed value as the property of the element's parent
❮ Sel After Pr Grid Template Columns ❯