From a50d5373404363e0f7ad98333ad29cf77d672e88 Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Mon, 16 Dec 2019 21:13:00 -0800 Subject: removed TwemojiMozilla font --- fonts/README.txt | 9 --------- fonts/TwemojiMozilla.ttf | Bin 1158828 -> 0 bytes fonts/moz.build | 9 --------- moz.build | 3 +-- 4 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 fonts/README.txt delete mode 100644 fonts/TwemojiMozilla.ttf delete mode 100644 fonts/moz.build diff --git a/fonts/README.txt b/fonts/README.txt deleted file mode 100644 index bf5cb7e..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 omits 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 Binary files a/fonts/TwemojiMozilla.ttf and /dev/null differ diff --git a/fonts/moz.build b/fonts/moz.build deleted file mode 100644 index 8840a87..0000000 --- a/fonts/moz.build +++ /dev/null @@ -1,9 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; 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 72e3767..9dcbd36 100644 --- a/moz.build +++ b/moz.build @@ -9,7 +9,6 @@ CONFIGURE_SUBST_FILES += ['installer/Makefile'] DIRS += [ 'base', 'components', - 'fonts', 'locales', 'modules', 'themes', @@ -21,4 +20,4 @@ if CONFIG['MAKENSISU']: DIRS += ['installer/windows'] DIST_SUBDIR = 'browser' -export('DIST_SUBDIR') \ No newline at end of file +export('DIST_SUBDIR') -- cgit v1.2.3