Make the shape weight blendable. Fixes #422
This commit is contained in:
parent
165161d039
commit
89e9436b53
10 changed files with 213 additions and 128 deletions
|
@ -7,7 +7,8 @@ hintParams = ["-a", "sss"] # Optional custom parameters
|
|||
# Override default building weights
|
||||
# When buildPlans.<plan name>.weights is absent
|
||||
# All weights would built and mapped to default shape/CSS
|
||||
# IMPORTANT : Currently "shape" property only support 100, 200, 300, 400, 500, 600, 700, 800, 900.
|
||||
# IMPORTANT : Currently "menu" property only support 100, 200, 300, 400, 500, 600, 700, 800, 900.
|
||||
# and "shape" properly only supports number between 100 and 900 (inclusive).
|
||||
[buildPlans.iosevka-custom.weights.regular]
|
||||
shape = 400 # Weight for glyph shapes
|
||||
menu = 400 # Weight for menu name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue