Make Etoile use flat-bottom-serifed for cv13/cv74. (#2073)

This commit is contained in:
John McWilliams 2023-11-03 12:27:18 -04:00 committed by GitHub
parent b9bfdfc0a0
commit 8c416af8ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -773,6 +773,7 @@ snapshotFeature = {"NWID" = 0}
export-glyph-names = true export-glyph-names = true
[buildPlans.iosevka-etoile.variants.design] [buildPlans.iosevka-etoile.variants.design]
capital-m = "flat-bottom-serifed"
capital-w = "straight-flat-top-serifed" capital-w = "straight-flat-top-serifed"
f = "flat-hook-serifed" f = "flat-hook-serifed"
i = "serifed" i = "serifed"
@ -784,6 +785,7 @@ long-s = "flat-hook-bottom-serifed"
eszet = "longs-s-lig-bottom-serifed" eszet = "longs-s-lig-bottom-serifed"
lower-iota = "serifed-flat-tailed" lower-iota = "serifed-flat-tailed"
lower-tau = "flat-tailed" lower-tau = "flat-tailed"
cyrl-em = "flat-bottom-serifed"
at = "fourfold" at = "fourfold"
percent = "rings-continuous-slash" percent = "rings-continuous-slash"

View file

@ -1,3 +1,4 @@
* Disunify anonymous untagged variant selectors for Cyrillic Capital Yeri/Yery for consistency in style-driven configurations. * Disunify anonymous untagged variant selectors for Cyrillic Capital Yeri/Yery for consistency in style-driven configurations.
* Make LATIN CAPITAL LETTER Y WITH LOOP (`U+1EFE`) follow variants of capital `Y` (`cv24`) for a more balanced slab-italic form like that of Cyrillic Capital U. * Make LATIN CAPITAL LETTER Y WITH LOOP (`U+1EFE`) follow variants of capital `Y` (`cv24`) for a more balanced slab-italic form like that of Cyrillic Capital U.
* Remove `base-serifed`-only variants for CYRILLIC SMALL LETTER STRAIGHT U (`U+04AF`, `U+04B1`). * Remove `base-serifed`-only variants for CYRILLIC SMALL LETTER STRAIGHT U (`U+04AF`, `U+04B1`).
* Make Etoile use `flat-bottom-serifed` for `M` and Cyrillic Lower Em (`cv13`, `cv74`).