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

Value See font-stretch
Default value normal
Animatable Yes

Specifications

Specification
CSS Fonts Module Level 4
# font-stretch-prop
Scalable Vector Graphics (SVG) 2
# :~:text=font-stretch

Browser compatibility

See also