mirror of
https://github.com/google/fonts.git
synced 2024-12-18 14:21:47 +03:00
46ded3b3a4
Slight edits for grammar and clarity
1.4 KiB
1.4 KiB
“Cursive” (CRSV
in CSS) is an axis found in some variable fonts that controls the substitution of cursive forms. “Off” (0) maintains upright letterforms such as the double-storey "a" and "g," “auto” (0.5) allows for cursive substitution of cursive forms when combined with the slant axis, and “on” (1) asserts cursive forms even in upright text with a slant of 0.
The Google Fonts CSS v2 API defines the axis as:
Default: | Min: | Max: | Step: |
---|---|---|---|
0.5 | 0 | 1 | 0.1 |
In line with the current CSS spec, all custom axes should be referenced in UPPERCASE (only the officially registered variable axes should appear in lowercase). Also, when using the Google Fonts API, the uppercase axes have to appear first in the URL.