1
0
mirror of https://github.com/google/fonts.git synced 2024-12-17 21:51:52 +03:00
fonts/axisregistry_old/weight.textproto
nathan-williams 437ada71f8 Copy lang/ and axisregistry/ to *_old/.
Preparing a migration to the subtrees.
2022-04-15 17:25:30 -07:00

51 lines
886 B
Plaintext

# wght based on https://docs.microsoft.com/en-us/typography/opentype/spec/dvaraxistag_wght
tag: "wght"
display_name: "Weight"
min_value: 1
max_value: 1000
default_value: 400
precision: 0
fallback {
name: "Thin"
value: 100
}
fallback {
name: "ExtraLight"
value: 200
}
fallback {
name: "Light"
value: 300
}
fallback {
name: "Regular"
value: 400
}
fallback {
name: "Medium"
value: 500
}
fallback {
name: "SemiBold"
value: 600
}
fallback {
name: "Bold"
value: 700
}
fallback {
name: "ExtraBold"
value: 800
}
fallback {
name: "Black"
value: 900
}
fallback_only: false
illustration_url: "weight.svg"
description:
"Adjust the style from lighter to bolder in typographic color, by varying"
" stroke thicknesses or other forms. This typically changes overall width,"
" and so may be used in conjunction with axes for Width and Grade (if"
" present)."