Fix shape of p @ motion-serifed (#1423).

This commit is contained in:
be5invis 2022-09-26 22:11:45 -07:00
parent 40a0f310c0
commit b75151d9d5
2 changed files with 7 additions and 7 deletions

1
changes/16.2.1.md Normal file
View file

@ -0,0 +1 @@
* Fix shape of `p` @ `motion-serifed` (#1423).

View file

@ -33,15 +33,14 @@ glyph-block Letter-Latin-Lower-P : begin
include : SmallPSerifLT
include : SmallPSerifLB
define [MotionSerif] : glyph-proc : if SLAB : begin
include : SmallPSerifLT
define [MotionSerif] : SmallPSerifLT
define [BottomSerif] : glyph-proc : if SLAB : begin
include : SmallPSerifLT
include : SmallPSerifLB
define PConfig : object
eared { EaredBody FullSerifs SLAB }
motionSerifed { EaredBody MotionSerif SLAB }
motionSerifed { EaredBody MotionSerif false }
earlessCorner { EarlessCornerBody BottomSerif SLAB }
earlessRounded { EarlessRoundedBody BottomSerif SLAB }