mirror of
https://github.com/google/fonts.git
synced 2024-12-17 13:41:32 +03:00
303341563b
* update axis textproto 1. add fallback_only field 2. add fill.textproto * update to_sandbox
21 lines
458 B
Plaintext
21 lines
458 B
Plaintext
# CASL based on https://github.com/arrowtype/Recursive#variable-axes
|
|
tag: "CASL"
|
|
display_name: "Casual"
|
|
min_value: 0
|
|
max_value: 1
|
|
default_value: 0
|
|
precision: -2
|
|
fallback {
|
|
name: "Linear"
|
|
value: 0
|
|
}
|
|
fallback {
|
|
name: "Casual"
|
|
value: 1
|
|
}
|
|
fallback_only: false
|
|
description:
|
|
"Along this axis, letterforms adjust in stroke curvature, contrast, and"
|
|
" terminals to go from a sturdy, rational 'Linear' style to a friendly,"
|
|
" energetic 'Casual' style."
|