fontstretch
Font-stretch is a CSS property used to select a font variant with a different horizontal width. It relies on the font exposing a width axis or having separate condensed or expanded faces. When the chosen font does not provide a suitable variant or axis, the property is ignored and the font’s normal width is used.
The property accepts a range of values that describe how narrow or wide the glyphs should appear.
Usage examples can look like this:
p { font-family: "Example Font", Arial, sans-serif; font-stretch: condensed; }
header { font-family: "Display Font", sans-serif; font-stretch: expanded; }
Browser support for font-stretch depends on both the browser and the font in use. It is most
Related concepts include variable font axes and font-variation-settings, which can be used to adjust the width