mirror of
https://github.com/google/fonts.git
synced 2025-01-05 17:05:26 +03:00
25 lines
575 B
Plaintext
25 lines
575 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
|
||
|
}
|
||
|
fallback {
|
||
|
name: "Auto"
|
||
|
value: 0.5
|
||
|
}
|
||
|
fallback {
|
||
|
name: "Cursive"
|
||
|
value: 1
|
||
|
}
|
||
|
description:
|
||
|
"Controls the substitution of cursive forms along the Slant axis. 'Off' (0)"
|
||
|
" maintains Roman letterforms such as a double-story 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."
|