Fix unnecessary serifs of U+03B7 GREEK SMALL LETTER ETA (#1837).

This commit is contained in:
be5invis 2023-07-08 14:19:35 -07:00
parent 11b2775876
commit 968419f330
8 changed files with 2 additions and 1 deletions

1
changes/25.0.1.md Normal file
View file

@ -0,0 +1 @@
* Fix unnecessary serifs of U+03B7 GREEK SMALL LETTER ETA (#1837).

View file

@ -2854,7 +2854,7 @@ selectorAffix."n/sansSerif" = "serifless"
selectorAffix."n/descBase" = "serifed"
selectorAffix.eng = "serifed"
selectorAffix."eng/phoneticRight" = "serifed"
selectorAffix."grek/eta" = "topLeftSerifed"
selectorAffix."grek/eta" = { if = [ { body = "normal" } ], then = "topLeftSerifed", else = "serifless" }
selectorAffix."grek/eta/sansSerif" = "serifless"
selectorAffix."cyrl/pe.italic" = "serifed"
selectorAffix."cyrl/peItalicDescBase" = "serifed"