Sync Pale Moon code

This commit is contained in:
NTD 2018-04-04 03:17:39 -04:00 committed by Roy Tam
commit a5f9344426
15 changed files with 108 additions and 16 deletions

View file

@ -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.

Binary file not shown.

View file

@ -7,5 +7,5 @@
if CONFIG['OS_ARCH'] in ('WINNT'):
DIST_SUBDIR = ''
FINAL_TARGET_FILES.fonts += [
'EmojiOneMozilla.ttf'
'TwemojiMozilla.ttf'
]