From 44e4c1c1caf18fc15ae3ea9e687f4331d50669c4 Mon Sep 17 00:00:00 2001 From: John McWilliams <37010132+jmcwilliams403@users.noreply.github.com> Date: Fri, 11 Aug 2023 14:37:16 -0400 Subject: [PATCH] Fix serifs of `w` under Etoile Italic. (#1907) --- build-plans.toml | 9 +++++---- changes/26.1.0.md | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build-plans.toml b/build-plans.toml index 3830621ca..920bbbd4d 100644 --- a/build-plans.toml +++ b/build-plans.toml @@ -762,15 +762,16 @@ snapshotFeature = {"NWID" = 0} export-glyph-names = true [buildPlans.iosevka-etoile.variants.design] -at = 'fourfold' -capital-w = 'straight-flat-top-serifed' +capital-w = "straight-flat-top-serifed" f = "flat-hook-serifed" -j = 'flat-hook-serifed' +j = "flat-hook-serifed" t = "flat-hook" -w = 'straight-flat-top-serifed' +w = "straight-flat-top-serifed" +at = "fourfold" [buildPlans.iosevka-etoile.variants.italic] f = "flat-hook-tailed" +w = "straight-flat-top-motion-serifed" [buildPlans.iosevka-etoile.widths.normal] shape = 600 diff --git a/changes/26.1.0.md b/changes/26.1.0.md index 4ce780cce..c0f4a45dd 100644 --- a/changes/26.1.0.md +++ b/changes/26.1.0.md @@ -8,3 +8,4 @@ * Add XH-height middle-serifed and dual-serifed variants for Eszet (#1904). * Remove duplicate variant glyphs for `U+0272` (#1905). * Fix `cv36`, `cv46`, `cv47`, `cv48`, `cv49`, `cv50`, `cv61`, and `cv74` under Curly Slab. +* Fix serifs of `w` under Etoile Italic.