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 /fonts/moz.build | |
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
Diffstat (limited to 'fonts/moz.build')
-rw-r--r-- | fonts/moz.build | 9 |
1 files changed, 0 insertions, 9 deletions
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'] |