aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorBen Wagner <bungeman@google.com>2018-11-15 17:14:41 -0500
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2018-11-27 20:20:38 +0000
commit9f0d8c24c86146123a336530dd93072a1d046833 (patch)
tree06312d8c7fdde66de19de3de14507c22b3f70cf1 /resources
parent26d8d77aae56c20b7174ac06056c1e5ec7903e6b (diff)
downloadskqp-9f0d8c24c86146123a336530dd93072a1d046833.tar.gz
Add support for fallbackFor in Android parser.
Change-Id: Id328c67b6ad5d76584030f480316425f25979ebf Reviewed-on: https://skia-review.googlesource.com/c/171644 Reviewed-by: Herb Derby <herb@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/fonts/fonts.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/fonts/fonts.xml b/resources/fonts/fonts.xml
index a60d322359..4c23872c36 100644
--- a/resources/fonts/fonts.xml
+++ b/resources/fonts/fonts.xml
@@ -24,9 +24,11 @@
<family name="Em"><font weight="400" style="normal">Em.ttf</font></family>
<family name="HangingS"><font weight="400" style="normal">HangingS.ttf</font></family>
<family name="HintGasp"><font weight="400" style="normal">hintgasp.ttf</font></family>
- <family name="RTeallyBigA"><font weight="400" style="normal">ReallyBigA.ttf</font></family>
+ <family name="ReallyBigA"><font weight="400" style="normal">ReallyBigA.ttf</font></family>
<family name="Spider"><font weight="400" style="normal">SpiderSymbol.ttf</font></family>
- <family name="TestTTC0"><font weight="400" style="normal" index="0">test.ttc</font></family>
- <family name="TestTTC1"><font weight="400" style="normal" index="1">test.ttc</font></family>
+ <family>
+ <font weight="400" style="normal" index="0">test.ttc</font>
+ <font weight="700" style="normal" index="1" fallbackFor="sans-serif">test.ttc</font>
+ </family>
<family name="Funkster"><font weight="400" style="normal">Funkster.ttf</font></family>
</familyset>