1
0
mirror of https://github.com/google/fonts.git synced 2024-12-19 06:41:31 +03:00
fonts/cc-by-sa/knowledge/glossary/terms/axis_in_variable_fonts/content.md

11 lines
855 B
Markdown
Raw Normal View History

2021-12-07 22:28:03 +03:00
In [variable fonts](/glossary/variable_fonts), the axis usually refers to a single aspect of a [typeface](/glossary/typeface)s design that can be altered by the user.
<figure>
![Various weights of a typeface set along the top of a horizontal line. Beneath the line, on the far left, is a label of zero; on the right, 1000.](images/thumbnail.svg)
</figure>
Common axes include [italic](/glossary/italic_axis), [optical size](/glossary/optical_size_axis), [slant](/glossary/slant_axis), [weight](/glossary/weight_axis), [width](/glossary/width_axis), and these five are registered (defined) in the OpenType file format specification. However, any property of a typefaces design can be mapped to an axis—the choice is up to the [type designer](/glossary/type_designer). Using axes is possible in CSS via the `font-variation-settings` attribute.