forked from mozilla-b2g/gonk-misc
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfonts.xml
73 lines (71 loc) · 4.42 KB
/
fonts.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>
<!--
WARNING: Parsing of this file by third-party apps is not supported. The
file, and the font files it refers to, will be renamed and/or moved out
from their respective location in the next Android release, and/or the
format or syntax of the file may change significantly. If you parse this
file for information about system fonts, do it at your own risk. Your
application will almost certainly break with the next major Android
release.
In this file, all fonts without names are added to the default list.
Fonts are chosen based on a match: full BCP-47 language tag including
script, then just language, and finally order (the first font containing
the glyph).
Order of appearance is also the tiebreaker for weight matching. This is
the reason why the 900 weights of Roboto precede the 700 weights - we
prefer the former when an 800 weight is requested. Since bold spans
effectively add 300 to the weight, this ensures that 900 is the bold
paired with the 500 weight, ensuring adequate contrast.
-->
<familyset version="23">
<!-- first font is default -->
<family name="sans-serif">
<font weight="400" style="normal">OpenSans-Semibold.ttf</font>
<font weight="400" style="normal">KaiOSEmoji.ttf</font>
<font weight="400" style="normal">NotoSansKhmerUI-Bold.ttf</font>
<font weight="400" style="normal">Lohit-Telugu.ttf</font>
<font weight="400" style="normal">DDC_Uchen.ttf</font>
<font weight="400" style="normal">Meera.ttf</font>
<font weight="400" style="normal">Lohit-Punjabi.ttf</font>
<font weight="400" style="normal">MTLc3m.ttf</font>
<font weight="400" style="normal">DroidSansEthiopic-Bold.ttf</font>
<font weight="400" style="normal">Lohit-Kannada.ttf</font>
<font weight="400" style="normal">NotoSansBengali-Bold.ttf</font>
<font weight="400" style="normal">DroidSans.ttf</font>
<font weight="400" style="normal">MTLmr3m.ttf</font>
<font weight="400" style="normal">DroidSerif-Regular.ttf</font>
<font weight="400" style="normal">Lohit-Gujarati.ttf</font>
<font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
<font weight="400" style="normal">Roboto-Bold.ttf</font>
<font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
<font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
<font weight="400" style="normal">DroidSansEthiopic-Regular.ttf</font>
<font weight="400" style="normal">CharisSILCompact-B.ttf</font>
<font weight="400" style="normal">DroidSansFallback.ttf</font>
<font weight="400" style="normal">Lohit-Oriya.ttf</font>
<font weight="400" style="normal">Pyidaungsu-Bold.ttf</font>
<font weight="400" style="normal">DroidSansMono.ttf</font>
<font weight="400" style="normal">Pyidaungsu-Regular.ttf</font>
<font weight="400" style="normal">DroidSansHebrew-Bold.ttf</font>
<font weight="400" style="normal">NotoSansSinhala-Bold.ttf</font>
<font weight="400" style="normal">Roboto-Regular.ttf</font>
<font weight="400" style="normal">NotoColorEmoji.ttf</font>
<font weight="400" style="normal">OpenSans-Regular.ttf</font>
<font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
<font weight="400" style="normal">DroidNaskhUI-Regular.ttf</font>
<font weight="400" style="normal">DroidSansThai.ttf</font>
<font weight="400" style="normal">DroidSansHebrew-Regular.ttf</font>
<font weight="400" style="normal">gaia-icons.ttf</font>
<font weight="400" style="normal">NotoSansDevanagari-Bold.ttf</font>
<font weight="400" style="normal">DroidSerif-Bold.ttf</font>
<font weight="400" style="normal">OpenSans-Bold.ttf</font>
<font weight="400" style="normal">NotoSansTamil-Bold.ttf</font>
<font weight="400" style="normal">NotoSansLao-Bold.ttf</font>
<font weight="400" style="normal">CharisSILCompact-R.ttf</font>
<font weight="400" style="normal">DroidSansArmenian.ttf</font>
<font weight="400" style="normal">DroidSansGeorgian.ttf</font>
<font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
<font weight="400" style="normal">OpenSans-Light.ttf</font>
<font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
</family>
</familyset>