1
0
mirror of https://github.com/google/fonts.git synced 2024-12-01 11:14:14 +03:00
fonts/axisregistry/weight.textproto
Nathan Williams 4bd3c05add
GF Axis Registry setup (#2541)
* Add GF Axis Registry files to git repo.

* Update root README.md with a description of the axisregistry/ subdir.

* Update root README.md with a description of the axisregistry/ subdir.

* Revise the axis registry README file to be simpler and also descrie the metadata fields of the axis textprotos.
2020-07-13 15:52:55 -07:00

49 lines
837 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: "Extra Light"
value: 200
}
fallback {
name: "Light"
value: 300
}
fallback {
name: "Regular"
value: 400
}
fallback {
name: "Medium"
value: 500
}
fallback {
name: "Semi Bold"
value: 600
}
fallback {
name: "Bold"
value: 700
}
fallback {
name: "Extra Bold"
value: 800
}
fallback {
name: "Black"
value: 900
}
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)."