From 8c416af8aba15e3345510f165d49023c3c4d1e73 Mon Sep 17 00:00:00 2001 From: John McWilliams <37010132+jmcwilliams403@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:27:18 -0400 Subject: [PATCH] Make Etoile use flat-bottom-serifed for cv13/cv74. (#2073) --- build-plans.toml | 2 ++ changes/27.3.4.md | 1 + 2 files changed, 3 insertions(+) diff --git a/build-plans.toml b/build-plans.toml index 9994f2a78..f545dbe5f 100644 --- a/build-plans.toml +++ b/build-plans.toml @@ -773,6 +773,7 @@ snapshotFeature = {"NWID" = 0} export-glyph-names = true [buildPlans.iosevka-etoile.variants.design] +capital-m = "flat-bottom-serifed" capital-w = "straight-flat-top-serifed" f = "flat-hook-serifed" i = "serifed" @@ -784,6 +785,7 @@ long-s = "flat-hook-bottom-serifed" eszet = "longs-s-lig-bottom-serifed" lower-iota = "serifed-flat-tailed" lower-tau = "flat-tailed" +cyrl-em = "flat-bottom-serifed" at = "fourfold" percent = "rings-continuous-slash" diff --git a/changes/27.3.4.md b/changes/27.3.4.md index 254c00311..76c108f12 100644 --- a/changes/27.3.4.md +++ b/changes/27.3.4.md @@ -1,3 +1,4 @@ * 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. * 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`).