selective font inclusion for emojis

Selectively include fonts for emojis that are used in the interface. This is done instead of including both the entirety of `NotoEmoji-Regular` and `emoji-icon-font`. This now requires the `pyftsubset` utility to be installed (under arch, this can be done with the package `python-fonttools`)

TODO: need to fix github workflows
This commit is contained in:
Simon Gardling
2022-05-17 15:46:47 -04:00
parent 94041774c6
commit 542fd9caba
3 changed files with 92 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ bincode = "1.3"
serde = "1"
serde_json = "1"
zstd = "0.11"
run_script = "0.9.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
instant = "0.1"