summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-27 14:53:04 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-27 14:53:04 -0500
commitd0f9000d97bd5fe5a20dab61d47ec7d470d23dbd (patch)
tree133d8aa74c5849413b4e6804175754ce3a0329a1 /toolkit
parent2e9ffb8d4e541ed558f0bf8ab1c4a1815ef4096d (diff)
downloadaura-central-d0f9000d97bd5fe5a20dab61d47ec7d470d23dbd.tar.gz
Issue %3005 - Move toolkit/fonts to system/
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/fonts/README.txt9
-rw-r--r--toolkit/fonts/TwemojiMozilla.ttfbin1324332 -> 0 bytes
-rw-r--r--toolkit/fonts/moz.build6
-rw-r--r--toolkit/moz.build1
4 files changed, 0 insertions, 16 deletions
diff --git a/toolkit/fonts/README.txt b/toolkit/fonts/README.txt
deleted file mode 100644
index bf5cb7e6e..000000000
--- a/toolkit/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 omits the version, so there is no need to update it here.
diff --git a/toolkit/fonts/TwemojiMozilla.ttf b/toolkit/fonts/TwemojiMozilla.ttf
deleted file mode 100644
index 6091c6798..000000000
--- a/toolkit/fonts/TwemojiMozilla.ttf
+++ /dev/null
Binary files differ
diff --git a/toolkit/fonts/moz.build b/toolkit/fonts/moz.build
deleted file mode 100644
index 129a7737c..000000000
--- a/toolkit/fonts/moz.build
+++ /dev/null
@@ -1,6 +0,0 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
-# 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/.
-
-FINAL_TARGET_FILES.fonts += ['TwemojiMozilla.ttf']
diff --git a/toolkit/moz.build b/toolkit/moz.build
index 46dda6570..45ec775f1 100644
--- a/toolkit/moz.build
+++ b/toolkit/moz.build
@@ -4,7 +4,6 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DIRS += [
- 'fonts',
'locales',
'themes',
] \ No newline at end of file