Skip to content

Commit

Permalink
Add SS18 to represent Input Mono (be5invis#990).
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed May 14, 2021
1 parent 2adc6f4 commit 72029d1
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
36 changes: 36 additions & 0 deletions build-plans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"]
Expand Down
3 changes: 2 additions & 1 deletion changes/7.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
44 changes: 44 additions & 0 deletions params/variants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 72029d1

Please sign in to comment.