Refine TTC building scripts
This commit is contained in:
parent
4dcc818171
commit
b56cafc1b5
2 changed files with 137 additions and 42 deletions
|
@ -470,6 +470,20 @@ from = [
|
|||
"iosevka-term-lig-curly-slab"
|
||||
]
|
||||
|
||||
[collectPlans.iosevka-aile]
|
||||
from = ["iosevka-aile"]
|
||||
|
||||
[collectPlans.iosevka-etoile]
|
||||
from = ["iosevka-etoile"]
|
||||
|
||||
[collectPlans.iosevka-sparkle]
|
||||
from = ["iosevka-sparkle"]
|
||||
|
||||
[collectConfig]
|
||||
distinguishWeights = true
|
||||
distinguishWidths = false
|
||||
distinguishSlant = false
|
||||
|
||||
###################################################################################################
|
||||
# Weight mappings (style => shape weight, menu weight, CSS weight)
|
||||
# Shape weight : affects the shape of the glyphs
|
||||
|
@ -534,16 +548,18 @@ italic = "italic"
|
|||
# CSS stretch : affects the webfont CSS "font-stretch" property
|
||||
# IMPORTANT!!
|
||||
# Currently "shape" property only support 3, 5, and 7
|
||||
[widths.condensed]
|
||||
shape = 3
|
||||
menu = 3
|
||||
css = "condensed"
|
||||
|
||||
# Order "normal" at first
|
||||
[widths.normal]
|
||||
shape = 5
|
||||
menu = 5
|
||||
css = "normal"
|
||||
|
||||
[widths.condensed]
|
||||
shape = 3
|
||||
menu = 3
|
||||
css = "condensed"
|
||||
|
||||
[widths.extended]
|
||||
shape = 7
|
||||
menu = 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue