bug 831354 - Ship [but don't actually use] fonts (Open Sans and Charis SIL Compact) for content in Firefox for Android. r=mfinkle,blassey

This commit is contained in:
Jonathan Kew 2013-01-16 14:19:10 -05:00
parent 15b8c0f3e0
commit f7f2bfb001
12 changed files with 33 additions and 1 deletions

View File

@ -9,7 +9,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = ../locales locales base chrome components modules themes/core app
DIRS = ../locales locales base chrome components modules themes/core app fonts
ifndef LIBXUL_SDK
PARALLEL_DIRS += $(DEPTH)/xulrunner/tools/redit

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,32 @@
# 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/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
packaged_fonts = \
CharisSILCompact-R.ttf \
CharisSILCompact-B.ttf \
CharisSILCompact-I.ttf \
CharisSILCompact-BI.ttf \
OpenSans-Regular.ttf \
OpenSans-Bold.ttf \
OpenSans-Light.ttf \
OpenSans-Italic.ttf \
OpenSans-BoldItalic.ttf \
OpenSans-LightItalic.ttf \
$(NULL)
GARBAGE += $(packaged_fonts)
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/testing/testsuite-targets.mk
libs:: $(packaged_fonts)
$(INSTALL) $^ $(DIST)/bin/res/fonts/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.