diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-01-31 03:49:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-31 03:49:14 -0700 |
| commit | 8d05be2671832c37211dfbc657cebabe87e9d038 (patch) | |
| tree | 262bf0e5b3149a70af98d9e2a40b4e44b23b8c7a /data | |
| parent | ade075640a193616c6168285f49a2934f969a392 (diff) | |
resolves #1129 bundle emoji font and use as fallback font (PR #1527)
Diffstat (limited to 'data')
| -rw-r--r-- | data/fonts/ABOUT-notoemoji-subset | 3 | ||||
| -rw-r--r-- | data/fonts/notoemoji-subset.ttf | bin | 0 -> 394700 bytes | |||
| -rw-r--r-- | data/themes/default-with-fallback-font-theme.yml | 4 |
3 files changed, 5 insertions, 2 deletions
diff --git a/data/fonts/ABOUT-notoemoji-subset b/data/fonts/ABOUT-notoemoji-subset new file mode 100644 index 00000000..db113933 --- /dev/null +++ b/data/fonts/ABOUT-notoemoji-subset @@ -0,0 +1,3 @@ +Noto Emoji font is generated from the google-noto-emoji-fonts (commit 16151a2312a1f8a7d79e91789d3cfe24559d61f7). + +Some glyphs have been removed that conflict with the other built-in fonts to produce the notoemoji-subset.ttf font. diff --git a/data/fonts/notoemoji-subset.ttf b/data/fonts/notoemoji-subset.ttf Binary files differnew file mode 100644 index 00000000..abd4e270 --- /dev/null +++ b/data/fonts/notoemoji-subset.ttf diff --git a/data/themes/default-with-fallback-font-theme.yml b/data/themes/default-with-fallback-font-theme.yml index c3091ac0..5a537278 100644 --- a/data/themes/default-with-fallback-font-theme.yml +++ b/data/themes/default-with-fallback-font-theme.yml @@ -5,5 +5,5 @@ font: # M+ 1p supports Latin, Latin-1 Supplement, Latin Extended, Greek, Cyrillic, Vietnamese, Japanese & an assortment of symbols # It also provides arrows for ->, <-, => and <= replacements in case these glyphs are missing from font M+ 1p Fallback: mplus1p-regular-fallback.ttf - fallbacks: - - M+ 1p Fallback + Noto Emoji: notoemoji-subset.ttf + fallbacks: [M+ 1p Fallback, Noto Emoji] |
