variablefont
A variablefont is a font file that contains multiple typographic styles along one or more axes in a single resource. Instead of shipping separate static fonts for each weight, width, or style, a variable font provides a continuous range of styles that can be interpolated programmatically at render time.
Variable fonts use the OpenType font variations framework. Each axis has a tag, such as wght for
Typical axes include weight (roughly 100–900), width (roughly 50–200), and optical size (roughly 8–96). Additional axes
Benefits include reduced file counts and download sizes, easier management of typography across responsive layouts, and
In web and software development, CSS supports controlling variable fonts via the font-variation-settings property, for example: