font-stretch

The font-stretch attribute indicates the desired amount of condensing or expansion in the glyphs used to render the text.

Note: The font-stretch attribute was renamed to font-width following the renaming of the corresponding CSS property. To preserve compatibility, the specification retains font-stretch as a legacy alias for the font-width attribute.

You can use this attribute with the following SVG elements:

Note: As a presentation attribute, font-stretch also has a CSS property counterpart: font-stretch. When both are specified, the CSS property takes priority.

Usage notes

ValueSee font-stretch
Default valuenormal
AnimatableYes

Specifications

See also