1
0
mirror of https://github.com/google/fonts.git synced 2025-01-05 17:05:26 +03:00
fonts/axisregistry/weight.textproto
2022-03-10 23:18:36 -08:00

50 lines
855 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
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)."