font-stretch

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

Note: As a presentation attribute, font-stretch can be used as a CSS property. See the css font-stretch property for more information.

You can use this attribute with the following SVG elements:

Usage notes

Value
<font-stretch-absolute>

where
<font-stretch-absolute> = normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded | <percentage>

Default value normal
Animatable Yes

Specifications

Specification Status Comment
CSS Fonts Module Level 4
The definition of 'font-stretch' in that specification.
Working Draft Adds the <percentage> syntax for variable fonts.
CSS Fonts Module Level 3
The definition of 'font-stretch' in that specification.
Recommendation Initial definition of font-stretch in CSS Fonts
Scalable Vector Graphics (SVG) 1.1 (Second Edition)
The definition of 'font-stretch' in that specification.
Recommendation Initial definition

Browser compatibility

BCD tables only load in the browser

See also