Skip to content

Commit

Permalink
fix the width of 凰 (close #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota2357 committed Jul 10, 2023
1 parent 7f28550 commit f476193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modify_ibm_plex_sans_jp.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def main():
"divide", "zero.zero", "uni51F0", "a.alt01", "g.alt01",
"g.alt02", "zero.alt01", "minus"):
util.glyph_riseze_width(font[name], const.EM // 2)
util.glyph_riseze_width(font["perthousand.full"], const.EM)
for name in ("perthousand.full", "uni51F0"):
util.glyph_riseze_width(font[name], const.EM)

modify_whitespace(font)
resize_all_scale(font)
Expand Down

0 comments on commit f476193

Please sign in to comment.