summaryrefslogtreecommitdiffstats
path: root/browser
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-04-04 10:35:19 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-04-04 10:35:19 +0200
commitb4e843aa3c58105a69f6473350da60fe4d49438c (patch)
tree7fbac6300e0768181fee2d6bc5a0d7d6de15ccf8 /browser
parent3cf6d2b2d73b3b09fb268a2b3927d920883745fb (diff)
downloadUXP-b4e843aa3c58105a69f6473350da60fe4d49438c.tar
UXP-b4e843aa3c58105a69f6473350da60fe4d49438c.tar.gz
UXP-b4e843aa3c58105a69f6473350da60fe4d49438c.tar.lz
UXP-b4e843aa3c58105a69f6473350da60fe4d49438c.tar.xz
UXP-b4e843aa3c58105a69f6473350da60fe4d49438c.zip
Change embedded emoji font from EmojiOne to Twemoji.
Diffstat (limited to 'browser')
-rw-r--r--browser/fonts/EmojiOneMozilla.ttfbin1227260 -> 0 bytes
-rw-r--r--browser/fonts/README.txt6
-rw-r--r--browser/fonts/TwemojiMozilla.ttfbin0 -> 1057104 bytes
-rw-r--r--browser/fonts/moz.build2
4 files changed, 4 insertions, 4 deletions
diff --git a/browser/fonts/EmojiOneMozilla.ttf b/browser/fonts/EmojiOneMozilla.ttf
deleted file mode 100644
index 50356509d..000000000
--- a/browser/fonts/EmojiOneMozilla.ttf
+++ /dev/null
Binary files differ
diff --git a/browser/fonts/README.txt b/browser/fonts/README.txt
index 188ea3fff..ac1f6d9de 100644
--- a/browser/fonts/README.txt
+++ b/browser/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.
diff --git a/browser/fonts/TwemojiMozilla.ttf b/browser/fonts/TwemojiMozilla.ttf
new file mode 100644
index 000000000..1933891d9
--- /dev/null
+++ b/browser/fonts/TwemojiMozilla.ttf
Binary files differ
diff --git a/browser/fonts/moz.build b/browser/fonts/moz.build
index b1a43e528..5cb98333b 100644
--- a/browser/fonts/moz.build
+++ b/browser/fonts/moz.build
@@ -7,5 +7,5 @@
if CONFIG['OS_ARCH'] in ('WINNT', 'Linux'):
DIST_SUBDIR = ''
FINAL_TARGET_FILES.fonts += [
- 'EmojiOneMozilla.ttf'
+ 'TwemojiMozilla.ttf'
]