mirror of
https://github.com/google/fonts.git
synced 2025-01-05 17:05:26 +03:00
c20fc6e0b8
This reverts commit 9b890a2eb9
.
28 lines
639 B
Plaintext
28 lines
639 B
Plaintext
# CRSV based on https://github.com/arrowtype/Recursive#variable-axes
|
|
tag: "CRSV"
|
|
display_name: "Cursive"
|
|
min_value: 0
|
|
max_value: 1
|
|
default_value: 0.5
|
|
precision: -1
|
|
fallback {
|
|
name: "Roman"
|
|
value: 0
|
|
display_name: "Off"
|
|
}
|
|
fallback {
|
|
name: "Auto"
|
|
value: 0.5
|
|
}
|
|
fallback {
|
|
name: "Cursive"
|
|
value: 1
|
|
display_name: "On"
|
|
}
|
|
fallback_only: true
|
|
description:
|
|
"Controls the substitution of cursive forms along the Slant axis. 'Off' (0)"
|
|
" maintains Roman letterforms such as a double-storey a and g, 'Auto' (0.5)"
|
|
" allows for Cursive substitution, and 'On' (1) asserts cursive forms even"
|
|
" in upright text with a Slant of 0."
|