Add SS18 to represent Input Mono (#990).
This commit is contained in:
parent
2adc6f4652
commit
72029d18d1
3 changed files with 82 additions and 1 deletions
|
@ -575,6 +575,34 @@ no-cv-ss = true
|
|||
inherits = "ss17"
|
||||
|
||||
|
||||
[buildPlans.iosevka-ss18]
|
||||
family = "Iosevka SS18"
|
||||
desc = "Recursive Mono Style"
|
||||
snapshotFamily = 'iosevka'
|
||||
snapshotFeature = '"ss18" on'
|
||||
no-cv-ss = true
|
||||
[buildPlans.iosevka-ss18.variants]
|
||||
inherits = "ss18"
|
||||
|
||||
[buildPlans.iosevka-term-ss18]
|
||||
family = "Iosevka Term SS18"
|
||||
spacing = "term"
|
||||
snapshotFamily = 'iosevka'
|
||||
snapshotFeature = '"NWID" on, "ss18" on'
|
||||
no-cv-ss = true
|
||||
[buildPlans.iosevka-term-ss18.variants]
|
||||
inherits = "ss18"
|
||||
|
||||
[buildPlans.iosevka-fixed-ss18]
|
||||
family = "Iosevka Fixed SS18"
|
||||
spacing = "fixed"
|
||||
snapshotFamily = 'iosevka'
|
||||
snapshotFeature = '"NWID" on, "ss18" on'
|
||||
no-cv-ss = true
|
||||
[buildPlans.iosevka-fixed-ss18.variants]
|
||||
inherits = "ss18"
|
||||
|
||||
|
||||
###################################################################################################
|
||||
# Proportional families
|
||||
|
||||
|
@ -870,6 +898,14 @@ from = [
|
|||
"iosevka-fixed-ss17"
|
||||
]
|
||||
|
||||
[collectPlans.iosevka-ss18]
|
||||
release = true
|
||||
from = [
|
||||
"iosevka-ss18",
|
||||
"iosevka-term-ss18",
|
||||
"iosevka-fixed-ss18"
|
||||
]
|
||||
|
||||
[collectPlans.iosevka-aile]
|
||||
release = true
|
||||
from = ["iosevka-aile"]
|
||||
|
|
|
@ -26,4 +26,5 @@
|
|||
- Cyrillic Ha with Hook (`U+04FC`, `U+04FD`).
|
||||
- Cyrillic Ha with Stroke (`U+04FE`, `U+04FF`).
|
||||
* Add tailed variants for Cyrillic El, En, Che, Yery and Ya (#972).
|
||||
* Add more serifed variants for `K`, `k`, `n`, Cyrillic Ka (`К` and `к`) and Cyrillic Ef (`ф`) to better reproduce PT Mono (#986).
|
||||
* Add more serifed variants for `K`, `k`, `n`, Cyrillic Ka (`К` and `к`) and Cyrillic Ef (`ф`) to better reproduce PT Mono (#986).
|
||||
* Add SS18 to represent Input Mono (#990).
|
|
@ -5963,6 +5963,50 @@ g = "single-storey-serifed"
|
|||
|
||||
|
||||
|
||||
[composite.ss18]
|
||||
tag = "ss18"
|
||||
description = "Input Mono Style"
|
||||
|
||||
[composite.ss18.design]
|
||||
capital-g = "toothless-rounded-serifless-hooked"
|
||||
capital-k = "symmetric-connected-serifless"
|
||||
a = "double-storey-tailed"
|
||||
b = "toothless-corner"
|
||||
d = "toothed-serifless"
|
||||
f = "serifless-crossbar-at-x-height"
|
||||
g = "double-storey"
|
||||
i = "serifed"
|
||||
k = "symmetric-connected-serifless"
|
||||
l = "serifed"
|
||||
q = "earless-corner"
|
||||
u = "toothed"
|
||||
y = "straight-turn"
|
||||
eszet = "longs-s-lig"
|
||||
lower-alpha = "tailed-barred"
|
||||
cyrl-capital-u = "straight-turn"
|
||||
zero = "dotted"
|
||||
four = "closed"
|
||||
six = "closed-contour"
|
||||
seven = "bend-serifless"
|
||||
eight = "two-circles"
|
||||
nine = "closed-contour"
|
||||
asterisk = "hex-high"
|
||||
underscore = "low"
|
||||
question = "corner"
|
||||
|
||||
[composite.ss18.italic]
|
||||
f = "extended-crossbar-at-x-height"
|
||||
|
||||
[composite.ss18.slab-override.design]
|
||||
capital-g = "toothless-rounded-serifed-hooked"
|
||||
capital-k = "symmetric-connected-serifed"
|
||||
d = "toothed-serifed"
|
||||
f = "serifed-crossbar-at-x-height"
|
||||
k = "symmetric-connected-serifed"
|
||||
seven = "bend-serifed"
|
||||
|
||||
|
||||
|
||||
[composite.ss20]
|
||||
tag = "ss20"
|
||||
description = "Curly Style"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue