Fix serifs of w under Etoile Italic. (#1907)

This commit is contained in:
John McWilliams 2023-08-11 14:37:16 -04:00 committed by GitHub
parent 5a2ffb2d0e
commit 44e4c1c1ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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.