summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-12-01 09:12:34 -0500
committerGaming4JC <g4jc@hyperbola.info>2019-12-01 09:12:34 -0500
commit58c97c7b8f13b99cf59b52e8bd36d397ffeb5725 (patch)
tree87026904eb7c78421040b5e6fcabdbfa0425d48d
parent871ac853fa7d4abfe62dd762b56c805dcb3b9cf2 (diff)
downloadiceweasel-uxp-58c97c7b8f13b99cf59b52e8bd36d397ffeb5725.tar.gz
Remove TwemojiMozilla from application level
UXP toolkit now ships updated font for all applications.
-rw-r--r--fonts/README.txt9
-rw-r--r--fonts/TwemojiMozilla.ttfbin1158828 -> 0 bytes
-rw-r--r--fonts/moz.build11
-rw-r--r--moz.build1
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
deleted file mode 100644
index c47cbbf..0000000
--- a/fonts/TwemojiMozilla.ttf
+++ /dev/null
Binary files differ
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'
- ]
diff --git a/moz.build b/moz.build
index 7274f48..2c3c95f 100644
--- a/moz.build
+++ b/moz.build
@@ -11,7 +11,6 @@ SPHINX_TREES['browser'] = 'docs'
DIRS += [
'base',
'components',
- 'fonts',
'locales',
'modules',
'themes',