Enable tailed a, d and u for italic by default
This commit is contained in:
parent
6e1fc1733b
commit
b83533f181
2 changed files with 49 additions and 37 deletions
|
@ -350,7 +350,7 @@ snapshotFeature = '"NWID" on, "ss14" on'
|
||||||
# Proportional families
|
# Proportional families
|
||||||
[buildPlans.iosevka-aile]
|
[buildPlans.iosevka-aile]
|
||||||
family = "Iosevka Aile"
|
family = "Iosevka Aile"
|
||||||
design = ["type", "v-at-fourfold", "v-j-narrow", 'v-capital-i-straight', 'v-capital-j-straight', 'v-g-singlestorey', 'v-r-narrow', "no-cv-ss", "no-ligation"]
|
design = ["type", "v-at-fourfold", "v-j-narrow", 'v-capital-i-straight', 'v-capital-j-straight', 'v-g-singlestorey', 'v-r-narrow', "no-cv-ss", "no-ligation", 'v-a-doublestorey', 'v-d-toothed', 'v-u-with-bar']
|
||||||
upright = ["v-i-line", "v-l-line", 'v-f-narrow', 'v-t-narrow']
|
upright = ["v-i-line", "v-l-line", 'v-f-narrow', 'v-t-narrow']
|
||||||
italic = ["v-i-line", "v-l-line", 'v-f-narrow', 'v-t-narrow']
|
italic = ["v-i-line", "v-l-line", 'v-f-narrow', 'v-t-narrow']
|
||||||
oblique = ["v-i-line", "v-l-line", 'v-f-narrow', 'v-t-narrow']
|
oblique = ["v-i-line", "v-l-line", 'v-f-narrow', 'v-t-narrow']
|
||||||
|
|
|
@ -1054,73 +1054,85 @@ variant.dotlessj = "narrow-serifed"
|
||||||
[simple.v-r-narrow]
|
[simple.v-r-narrow]
|
||||||
variant.r = "narrow"
|
variant.r = "narrow"
|
||||||
|
|
||||||
|
###################################################################################################
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
design = [
|
design = [
|
||||||
'v-m-normal',
|
# Capitals
|
||||||
'v-t-standard',
|
'v-capital-b-standard',
|
||||||
|
'v-capital-d-standard',
|
||||||
|
'v-capital-g-tooth',
|
||||||
|
'v-capital-i-serifed',
|
||||||
|
'v-capital-j-serifed',
|
||||||
|
'v-capital-m-hanging',
|
||||||
'v-capital-q-taily',
|
'v-capital-q-taily',
|
||||||
|
'v-capital-r-straight',
|
||||||
|
'v-capital-y-straight',
|
||||||
|
# Lowers
|
||||||
|
'v-b-toothed',
|
||||||
|
'v-g-singlestorey',
|
||||||
|
'v-q-straight',
|
||||||
|
'v-r-straight',
|
||||||
|
'v-t-standard',
|
||||||
|
'v-v-straight',
|
||||||
|
'v-w-straight',
|
||||||
|
'v-x-straight',
|
||||||
|
'v-z-standard',
|
||||||
|
# Non-latin
|
||||||
|
'v-turn-v-straight',
|
||||||
|
'v-eszet-sulzbacher',
|
||||||
|
'v-lambda-straight',
|
||||||
|
# Digits
|
||||||
'v-zero-slashed',
|
'v-zero-slashed',
|
||||||
|
'v-one-nobase',
|
||||||
|
'v-three-twoarcs',
|
||||||
|
'v-four-closed',
|
||||||
|
'v-six-straight-bar',
|
||||||
|
'v-seven-noserif',
|
||||||
|
'v-nine-straight-bar',
|
||||||
|
# Symbols
|
||||||
'v-tilde-low',
|
'v-tilde-low',
|
||||||
'v-asterisk-high',
|
'v-asterisk-high',
|
||||||
'v-paragraph-high',
|
'v-paragraph-high',
|
||||||
'v-caret-high',
|
'v-caret-high',
|
||||||
'v-underscore-high',
|
'v-underscore-high',
|
||||||
'v-at-threefold',
|
'v-at-threefold',
|
||||||
'v-eszet-sulzbacher',
|
'v-paren-normal',
|
||||||
'v-brace-curly',
|
'v-brace-curly',
|
||||||
'v-dollar-through',
|
'v-dollar-through',
|
||||||
'v-numbersign-upright',
|
'v-numbersign-upright',
|
||||||
'v-three-twoarcs',
|
|
||||||
'v-one-nobase',
|
|
||||||
'v-percent-rings',
|
'v-percent-rings',
|
||||||
'v-g-singlestorey',
|
|
||||||
'v-capital-i-serifed',
|
|
||||||
'v-capital-j-serifed',
|
|
||||||
'v-r-straight',
|
|
||||||
'v-seven-noserif',
|
|
||||||
'others',
|
|
||||||
'v-lig-ltgteq-flat',
|
'v-lig-ltgteq-flat',
|
||||||
'v-v-straight',
|
|
||||||
'v-turn-v-straight',
|
|
||||||
'v-w-straight',
|
|
||||||
'v-x-straight',
|
|
||||||
'v-capital-y-straight',
|
|
||||||
'v-capital-r-straight',
|
|
||||||
'v-u-with-bar',
|
|
||||||
'v-capital-g-tooth',
|
|
||||||
'v-lambda-straight',
|
|
||||||
'v-nine-straight-bar',
|
|
||||||
'v-six-straight-bar',
|
|
||||||
'v-ampersand-closed',
|
'v-ampersand-closed',
|
||||||
'v-paren-normal',
|
# m, n, h has tailed variant, but not very ideal
|
||||||
'v-capital-b-standard',
|
# Do not make them default
|
||||||
'v-four-closed',
|
|
||||||
'v-q-straight',
|
|
||||||
'v-z-standard',
|
|
||||||
'v-capital-d-standard',
|
|
||||||
'v-b-toothed',
|
|
||||||
'v-d-toothed',
|
|
||||||
'v-h-straight',
|
'v-h-straight',
|
||||||
|
'v-m-normal',
|
||||||
'v-n-straight',
|
'v-n-straight',
|
||||||
'v-capital-m-hanging'
|
# Others
|
||||||
|
'others',
|
||||||
]
|
]
|
||||||
upright = [
|
upright = [
|
||||||
'v-a-doublestorey',
|
'v-a-doublestorey',
|
||||||
|
'v-d-toothed',
|
||||||
|
'v-f-straight',
|
||||||
'v-i-serifed',
|
'v-i-serifed',
|
||||||
'v-j-serifed',
|
'v-j-serifed',
|
||||||
|
'v-k-straight',
|
||||||
'v-l-serifed',
|
'v-l-serifed',
|
||||||
|
'v-u-with-bar',
|
||||||
'v-y-straight',
|
'v-y-straight',
|
||||||
'v-f-straight',
|
|
||||||
'v-k-straight'
|
|
||||||
]
|
]
|
||||||
italic = [
|
italic = [
|
||||||
'v-a-singlestorey',
|
'v-a-singlestorey-tailed',
|
||||||
|
'v-d-tailed',
|
||||||
|
'v-f-tailed',
|
||||||
'v-i-italic',
|
'v-i-italic',
|
||||||
'v-j-serifed',
|
'v-j-serifed',
|
||||||
|
'v-k-cursive',
|
||||||
'v-l-italic',
|
'v-l-italic',
|
||||||
|
'v-u-tailed',
|
||||||
'v-y-cursive',
|
'v-y-cursive',
|
||||||
'v-f-tailed',
|
|
||||||
'v-k-cursive'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[composite.slab]
|
[composite.slab]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue