diff options
author | Thomas Groman <tgroman@nuegia.net> | 2019-12-16 21:13:00 -0800 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2019-12-16 21:13:00 -0800 |
commit | a50d5373404363e0f7ad98333ad29cf77d672e88 (patch) | |
tree | d997e5a3a295cfe237c340bd8cb247f229efa077 | |
parent | 4492b5f8e774bf3b4f21e4e468fc052cbcbb468a (diff) | |
download | webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.tar webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.tar.gz webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.tar.lz webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.tar.xz webbrowser-a50d5373404363e0f7ad98333ad29cf77d672e88.zip |
removed TwemojiMozilla font
-rw-r--r-- | fonts/README.txt | 9 | ||||
-rw-r--r-- | fonts/TwemojiMozilla.ttf | bin | 1158828 -> 0 bytes | |||
-rw-r--r-- | fonts/moz.build | 9 | ||||
-rw-r--r-- | moz.build | 3 |
4 files changed, 1 insertions, 20 deletions
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 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 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'] @@ -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') |