summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-03-30 23:54:20 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-03-31 00:39:19 -0600
commit9eb19ea07151a9a3cc6d94a5abd84959d2c360d2 (patch)
treeb2c52c7cca32262cdf96263a4a1408beaf602da6 /scripts
parentb335fbb0b17e8bb658598272ae5e801876e6f487 (diff)
add symbols for command, option, and retrun keys to the fallback font
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/subset-fonts.pe2
1 files changed, 2 insertions, 0 deletions
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")