diff options
| -rw-r--r-- | CHANGELOG.adoc | 1 | ||||
| -rw-r--r-- | data/fonts/mplus1p-regular-fallback.ttf | bin | 1563884 -> 1564472 bytes | |||
| -rwxr-xr-x | scripts/subset-fonts.pe | 2 |
3 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index f13a3d1f..2db33be5 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -29,6 +29,7 @@ Enhancements:: * support horizontal alignment on AsciiDoc table cell that only contains paragraphs (#2358) * allow revision content to be customized by theme (#2362) * add `callout-list-marker-font-color` theme key to control color of conum marker in callout list (#2402) +* add symbols for command, option, and retrun keys to the fallback font Improvements:: diff --git a/data/fonts/mplus1p-regular-fallback.ttf b/data/fonts/mplus1p-regular-fallback.ttf Binary files differindex 15e3e10c..ddba1881 100644 --- a/data/fonts/mplus1p-regular-fallback.ttf +++ b/data/fonts/mplus1p-regular-fallback.ttf diff --git a/scripts/subset-fonts.pe b/scripts/subset-fonts.pe index ac8c3379..89eede80 100755 --- a/scripts/subset-fonts.pe +++ b/scripts/subset-fonts.pe @@ -233,6 +233,8 @@ while (fi < num_copy_fonts) SelectMore(0u4e00,0u9faf) # Additional math characters (lceil, rceil, lfloor, rfloor) SelectMoreSingletons(0u2308,0u2309,0u230a,0u230b) + # Key Symbols (e.g., cmd, shift, option, return) + SelectMoreSingletons(0u2318,0u21e7,0u2325,0u23ce) endif endif #if (script == "fallback") |
