From 3cf6d2b2d73b3b09fb268a2b3927d920883745fb Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Wed, 4 Apr 2018 03:17:39 -0400 Subject: Sync Pale Moon code --- application/palemoon/fonts/EmojiOneMozilla.ttf | Bin 1227260 -> 0 bytes application/palemoon/fonts/README.txt | 8 ++++---- application/palemoon/fonts/TwemojiMozilla.ttf | Bin 0 -> 1075912 bytes application/palemoon/fonts/moz.build | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 application/palemoon/fonts/EmojiOneMozilla.ttf create mode 100644 application/palemoon/fonts/TwemojiMozilla.ttf (limited to 'application/palemoon/fonts') diff --git a/application/palemoon/fonts/EmojiOneMozilla.ttf b/application/palemoon/fonts/EmojiOneMozilla.ttf deleted file mode 100644 index 50356509d..000000000 Binary files a/application/palemoon/fonts/EmojiOneMozilla.ttf and /dev/null differ diff --git a/application/palemoon/fonts/README.txt b/application/palemoon/fonts/README.txt index 188ea3fff..bf5cb7e6e 100644 --- a/application/palemoon/fonts/README.txt +++ b/application/palemoon/fonts/README.txt @@ -1,9 +1,9 @@ -EmojiOne Mozilla +Twemoji Mozilla ================ -The upstream repository of EmojiOne Mozilla can be found at +The upstream repository of Twemoji Mozilla can be found at - https://github.com/mozilla/emojione-colr + https://github.com/mozilla/twemoji-colr Please refer commit history for the current version of the font. -This file purposely omit the version, so there is no need to update it here. +This file purposely omits the version, so there is no need to update it here. diff --git a/application/palemoon/fonts/TwemojiMozilla.ttf b/application/palemoon/fonts/TwemojiMozilla.ttf new file mode 100644 index 000000000..8139089f1 Binary files /dev/null and b/application/palemoon/fonts/TwemojiMozilla.ttf differ diff --git a/application/palemoon/fonts/moz.build b/application/palemoon/fonts/moz.build index 93d07120b..314d41bd0 100644 --- a/application/palemoon/fonts/moz.build +++ b/application/palemoon/fonts/moz.build @@ -7,5 +7,5 @@ if CONFIG['OS_ARCH'] in ('WINNT'): DIST_SUBDIR = '' FINAL_TARGET_FILES.fonts += [ - 'EmojiOneMozilla.ttf' + 'TwemojiMozilla.ttf' ] -- cgit v1.2.3