diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2019-12-01 09:12:34 -0500 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2019-12-01 09:12:34 -0500 |
commit | 58c97c7b8f13b99cf59b52e8bd36d397ffeb5725 (patch) | |
tree | 87026904eb7c78421040b5e6fcabdbfa0425d48d | |
parent | 871ac853fa7d4abfe62dd762b56c805dcb3b9cf2 (diff) | |
download | iceweasel-uxp-58c97c7b8f13b99cf59b52e8bd36d397ffeb5725.tar.gz |
Remove TwemojiMozilla from application level
UXP toolkit now ships updated font for all applications.
-rw-r--r-- | fonts/README.txt | 9 | ||||
-rw-r--r-- | fonts/TwemojiMozilla.ttf | bin | 1158828 -> 0 bytes | |||
-rw-r--r-- | fonts/moz.build | 11 | ||||
-rw-r--r-- | moz.build | 1 |
4 files changed, 0 insertions, 21 deletions
diff --git a/fonts/README.txt b/fonts/README.txt deleted file mode 100644 index ac1f6d9..0000000 --- a/fonts/README.txt +++ /dev/null @@ -1,9 +0,0 @@ -Twemoji Mozilla -================ - -The upstream repository of Twemoji Mozilla can be found at - - 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/fonts/TwemojiMozilla.ttf b/fonts/TwemojiMozilla.ttf Binary files differdeleted file mode 100644 index c47cbbf..0000000 --- a/fonts/TwemojiMozilla.ttf +++ /dev/null diff --git a/fonts/moz.build b/fonts/moz.build deleted file mode 100644 index 5cb9833..0000000 --- a/fonts/moz.build +++ /dev/null @@ -1,11 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -if CONFIG['OS_ARCH'] in ('WINNT', 'Linux'): - DIST_SUBDIR = '' - FINAL_TARGET_FILES.fonts += [ - 'TwemojiMozilla.ttf' - ] @@ -11,7 +11,6 @@ SPHINX_TREES['browser'] = 'docs' DIRS += [ 'base', 'components', - 'fonts', 'locales', 'modules', 'themes', |