Skip to content

Commit

Permalink
modify subset-fonts.pe to add floor/ceiling characters
Browse files Browse the repository at this point in the history
  • Loading branch information
oddhack authored and mojavelinux committed Jan 22, 2021
1 parent edfb8c0 commit 9432cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified data/fonts/mplus1p-regular-fallback.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions scripts/subset-fonts.pe
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ while (fi < num_copy_fonts)
SelectMore(0uff00,0uffef)
# CJK Unified Ideographs (for Japanese, aka kanji) (not present in mainstream Noto Serif fonts)
SelectMore(0u4e00,0u9faf)
# Additional math characters (lceil, rceil, lfloor, rfloor)
SelectMoreSingletons(0u2308,0u2309,0u230a,0u230b)
endif
endif
#if (script == "fallback")
Expand Down

0 comments on commit 9432cb0

Please sign in to comment.