Fix assignment of 8 for ss14 (#1999).

This commit is contained in:
be5invis 2023-09-17 12:28:10 -07:00
parent 8bd30ff0d5
commit 63a10cc1ac
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
* Add Characters * Add Characters
- LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG (`U+AB46`). - LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG (`U+AB46`).
* Fix serifs in `U+01A6`. * Fix serifs in `U+01A6`.
* Optimize geometry for `U+A65A` and `U+A65B` under extended width. * Optimize geometry for `U+A65A` and `U+A65B` under extended width.
* Fix assignment of `8` for `ss14` (#1999).

View file

@ -8169,6 +8169,7 @@ two = "straight-neck"
three = "flat-top" three = "flat-top"
four = "semi-open-non-crossing" four = "semi-open-non-crossing"
seven = "straight-serifed" seven = "straight-serifed"
eight = "two-circles"
paren = "flat-arc" paren = "flat-arc"
asterisk = "penta-low" asterisk = "penta-low"
pilcrow = "low" pilcrow = "low"