1<?xml version="1.0" encoding="utf-8"?>
2<!--
3    All fonts without names are added to the default list. Fonts are chosen
4    based on a match: full BCP-47 language tag including script, then just
5    language, and finally order (the first font containing the glyph).
6
7    Order of appearance is also the tiebreaker for weight matching. This is
8    the reason why the 900 weights of Roboto precede the 700 weights - we
9    prefer the former when an 800 weight is requested. Since bold spans
10    effectively add 300 to the weight, this ensures that 900 is the bold
11    paired with the 500 weight, ensuring adequate contrast.
12-->
13<familyset version="22">
14    <!-- first font is default -->
15    <family name="sans-serif">
16        <font weight="100" style="normal">Roboto-Thin.ttf</font>
17        <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
18        <font weight="300" style="normal">Roboto-Light.ttf</font>
19        <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
20        <font weight="400" style="normal">Roboto-Regular.ttf</font>
21        <font weight="400" style="italic">Roboto-Italic.ttf</font>
22        <font weight="500" style="normal">Roboto-Medium.ttf</font>
23        <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
24        <font weight="900" style="normal">Roboto-Black.ttf</font>
25        <font weight="900" style="italic">Roboto-BlackItalic.ttf</font>
26        <font weight="700" style="normal">Roboto-Bold.ttf</font>
27        <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
28    </family>
29
30    <!-- Note that aliases must come after the fonts they reference. -->
31    <alias name="sans-serif-thin" to="sans-serif" weight="100" />
32    <alias name="sans-serif-light" to="sans-serif" weight="300" />
33    <alias name="sans-serif-medium" to="sans-serif" weight="500" />
34    <alias name="sans-serif-black" to="sans-serif" weight="900" />
35    <alias name="arial" to="sans-serif" />
36    <alias name="helvetica" to="sans-serif" />
37    <alias name="tahoma" to="sans-serif" />
38    <alias name="verdana" to="sans-serif" />
39
40    <family name="sans-serif-condensed">
41        <font weight="300" style="normal">RobotoCondensed-Light.ttf</font>
42        <font weight="300" style="italic">RobotoCondensed-LightItalic.ttf</font>
43        <font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
44        <font weight="400" style="italic">RobotoCondensed-Italic.ttf</font>
45        <font weight="700" style="normal">RobotoCondensed-Bold.ttf</font>
46        <font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font>
47    </family>
48    <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" />
49
50    <family name="serif">
51        <font weight="400" style="normal">NotoSerif-Regular.ttf</font>
52        <font weight="700" style="normal">NotoSerif-Bold.ttf</font>
53        <font weight="400" style="italic">NotoSerif-Italic.ttf</font>
54        <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
55    </family>
56    <alias name="times" to="serif" />
57    <alias name="times new roman" to="serif" />
58    <alias name="palatino" to="serif" />
59    <alias name="georgia" to="serif" />
60    <alias name="baskerville" to="serif" />
61    <alias name="goudy" to="serif" />
62    <alias name="fantasy" to="serif" />
63    <alias name="ITC Stone Serif" to="serif" />
64
65    <family name="monospace">
66        <font weight="400" style="normal">DroidSansMono.ttf</font>
67    </family>
68    <alias name="sans-serif-monospace" to="monospace" />
69    <alias name="monaco" to="monospace" />
70
71    <family name="serif-monospace">
72        <font weight="400" style="normal">CutiveMono.ttf</font>
73    </family>
74    <alias name="courier" to="serif-monospace" />
75    <alias name="courier new" to="serif-monospace" />
76
77    <family name="casual">
78        <font weight="400" style="normal">ComingSoon.ttf</font>
79    </family>
80
81    <family name="cursive">
82        <font weight="400" style="normal">DancingScript-Regular.ttf</font>
83        <font weight="700" style="normal">DancingScript-Bold.ttf</font>
84    </family>
85
86    <family name="sans-serif-smallcaps">
87        <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
88    </family>
89
90    <!-- fallback fonts -->
91    <family lang="und-Arab" variant="elegant">
92        <font weight="400" style="normal">NotoNaskhArabic-Regular.ttf</font>
93        <font weight="700" style="normal">NotoNaskhArabic-Bold.ttf</font>
94    </family>
95    <family lang="und-Arab" variant="compact">
96        <font weight="400" style="normal">NotoNaskhArabicUI-Regular.ttf</font>
97        <font weight="700" style="normal">NotoNaskhArabicUI-Bold.ttf</font>
98    </family>
99    <family lang="und-Ethi">
100        <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
101        <font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font>
102    </family>
103    <family lang="und-Hebr">
104        <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
105        <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
106    </family>
107    <family lang="und-Thai" variant="elegant">
108        <font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
109        <font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
110    </family>
111    <family lang="und-Thai" variant="compact">
112        <font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font>
113        <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
114    </family>
115    <family lang="und-Armn">
116        <font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font>
117        <font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font>
118    </family>
119    <!-- TODO: add Geok -->
120    <family lang="und-Geor">
121        <font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font>
122        <font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font>
123    </family>
124    <family lang="und-Deva" variant="elegant">
125        <font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
126        <font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font>
127    </family>
128    <family lang="und-Deva" variant="compact">
129        <font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font>
130        <font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font>
131    </family>
132
133    <!-- All scripts of India should come after Devanagari, due to shared
134         danda characters.
135    -->
136    <family lang="und-Gujr" variant="elegant">
137        <font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font>
138        <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
139    </family>
140    <family lang="und-Gujr" variant="compact">
141        <font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font>
142        <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
143    </family>
144    <family lang="und-Guru" variant="elegant">
145        <font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font>
146        <font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font>
147    </family>
148    <family lang="und-Guru" variant="compact">
149        <font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font>
150        <font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font>
151    </family>
152    <family lang="und-Taml" variant="elegant">
153        <font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
154        <font weight="700" style="normal">NotoSansTamil-Bold.ttf</font>
155    </family>
156    <family lang="und-Taml" variant="compact">
157        <font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font>
158        <font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font>
159    </family>
160    <family lang="und-Mlym" variant="elegant">
161        <font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font>
162        <font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font>
163    </family>
164    <family lang="und-Mlym" variant="compact">
165        <font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font>
166        <font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font>
167    </family>
168    <family lang="und-Beng" variant="elegant">
169        <font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
170        <font weight="700" style="normal">NotoSansBengali-Bold.ttf</font>
171    </family>
172    <family lang="und-Beng" variant="compact">
173        <font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font>
174        <font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font>
175    </family>
176    <family lang="und-Telu" variant="elegant">
177        <font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font>
178        <font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font>
179    </family>
180    <family lang="und-Telu" variant="compact">
181        <font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font>
182        <font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font>
183    </family>
184    <family lang="und-Knda" variant="elegant">
185        <font weight="400" style="normal">NotoSansKannada-Regular.ttf</font>
186        <font weight="700" style="normal">NotoSansKannada-Bold.ttf</font>
187    </family>
188    <family lang="und-Knda" variant="compact">
189        <font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font>
190        <font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font>
191    </family>
192    <family lang="und-Orya" variant="elegant">
193        <font weight="400" style="normal">NotoSansOriya-Regular.ttf</font>
194        <font weight="700" style="normal">NotoSansOriya-Bold.ttf</font>
195    </family>
196    <family lang="und-Orya" variant="compact">
197        <font weight="400" style="normal">NotoSansOriyaUI-Regular.ttf</font>
198        <font weight="700" style="normal">NotoSansOriyaUI-Bold.ttf</font>
199    </family>
200
201    <family lang="und-Sinh">
202        <font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
203        <font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font>
204    </family>
205    <family lang="und-Khmr" variant="elegant">
206        <font weight="400" style="normal">NotoSansKhmer-Regular.ttf</font>
207        <font weight="700" style="normal">NotoSansKhmer-Bold.ttf</font>
208    </family>
209    <family lang="und-Khmr" variant="compact">
210        <font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
211        <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
212    </family>
213    <family lang="und-Laoo" variant="elegant">
214        <font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
215        <font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
216    </family>
217    <family lang="und-Laoo" variant="compact">
218        <font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font>
219        <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
220    </family>
221    <family lang="und-Mymr" variant="elegant">
222        <font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font>
223        <font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font>
224    </family>
225    <family lang="und-Mymr" variant="compact">
226        <font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font>
227        <font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font>
228    </family>
229    <family lang="und-Thaa">
230        <font weight="400" style="normal">NotoSansThaana-Regular.ttf</font>
231        <font weight="700" style="normal">NotoSansThaana-Bold.ttf</font>
232    </family>
233    <family lang="und-Cham">
234        <font weight="400" style="normal">NotoSansCham-Regular.ttf</font>
235        <font weight="700" style="normal">NotoSansCham-Bold.ttf</font>
236    </family>
237    <family lang="und-Bali">
238        <font weight="400" style="normal">NotoSansBalinese-Regular.ttf</font>
239    </family>
240    <family lang="und-Bamu">
241        <font weight="400" style="normal">NotoSansBamum-Regular.ttf</font>
242    </family>
243    <family lang="und-Batk">
244        <font weight="400" style="normal">NotoSansBatak-Regular.ttf</font>
245    </family>
246    <family lang="und-Bugi">
247        <font weight="400" style="normal">NotoSansBuginese-Regular.ttf</font>
248    </family>
249    <family lang="und-Buhd">
250        <font weight="400" style="normal">NotoSansBuhid-Regular.ttf</font>
251    </family>
252    <family lang="und-Cans">
253        <font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf</font>
254    </family>
255    <family lang="und-Cher">
256        <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
257    </family>
258    <family lang="und-Copt">
259        <font weight="400" style="normal">NotoSansCoptic-Regular.ttf</font>
260    </family>
261    <family lang="und-Glag">
262        <font weight="400" style="normal">NotoSansGlagolitic-Regular.ttf</font>
263    </family>
264    <family lang="und-Hano">
265        <font weight="400" style="normal">NotoSansHanunoo-Regular.ttf</font>
266    </family>
267    <family lang="und-Java">
268        <font weight="400" style="normal">NotoSansJavanese-Regular.ttf</font>
269    </family>
270    <family lang="und-Kali">
271        <font weight="400" style="normal">NotoSansKayahLi-Regular.ttf</font>
272    </family>
273    <family lang="und-Lepc">
274        <font weight="400" style="normal">NotoSansLepcha-Regular.ttf</font>
275    </family>
276    <family lang="und-Limb">
277        <font weight="400" style="normal">NotoSansLimbu-Regular.ttf</font>
278    </family>
279    <family lang="und-Lisu">
280        <font weight="400" style="normal">NotoSansLisu-Regular.ttf</font>
281    </family>
282    <family lang="und-Mand">
283        <font weight="400" style="normal">NotoSansMandaic-Regular.ttf</font>
284    </family>
285    <family lang="und-Mtei">
286        <font weight="400" style="normal">NotoSansMeeteiMayek-Regular.ttf</font>
287    </family>
288    <family lang="und-Talu">
289        <font weight="400" style="normal">NotoSansNewTaiLue-Regular.ttf</font>
290    </family>
291    <family lang="und-Nkoo">
292        <font weight="400" style="normal">NotoSansNKo-Regular.ttf</font>
293    </family>
294    <family lang="und-Olck">
295        <font weight="400" style="normal">NotoSansOlChiki-Regular.ttf</font>
296    </family>
297    <family lang="und-Rjng">
298        <font weight="400" style="normal">NotoSansRejang-Regular.ttf</font>
299    </family>
300    <family lang="und-Saur">
301        <font weight="400" style="normal">NotoSansSaurashtra-Regular.ttf</font>
302    </family>
303    <family lang="und-Sund">
304        <font weight="400" style="normal">NotoSansSundanese-Regular.ttf</font>
305    </family>
306    <family lang="und-Sylo">
307        <font weight="400" style="normal">NotoSansSylotiNagri-Regular.ttf</font>
308    </family>
309    <family lang="und-Syre">
310        <font weight="400" style="normal">NotoSansSyriacEstrangela-Regular.ttf</font>
311    </family>
312    <family lang="und-Tagb">
313        <font weight="400" style="normal">NotoSansTagbanwa-Regular.ttf</font>
314    </family>
315    <family lang="und-Lana">
316        <font weight="400" style="normal">NotoSansTaiTham-Regular.ttf</font>
317    </family>
318    <family lang="und-Tavt">
319        <font weight="400" style="normal">NotoSansTaiViet-Regular.ttf</font>
320    </family>
321    <family lang="und-Tibt">
322        <font weight="400" style="normal">NotoSansTibetan-Regular.ttf</font>
323        <font weight="700" style="normal">NotoSansTibetan-Bold.ttf</font>
324    </family>
325    <family lang="und-Tfng">
326        <font weight="400" style="normal">NotoSansTifinagh-Regular.ttf</font>
327    </family>
328    <family lang="und-Vaii">
329        <font weight="400" style="normal">NotoSansVai-Regular.ttf</font>
330    </family>
331    <family lang="und-Yiii">
332        <font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
333    </family>
334    <family>
335        <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font>
336    </family>
337    <family lang="zh-Hans">
338        <font weight="400" style="normal" index="2">NotoSansCJK-Regular.ttc</font>
339    </family>
340    <!-- TODO: Add Bopo -->
341    <family lang="zh-Hant">
342        <font weight="400" style="normal" index="3">NotoSansCJK-Regular.ttc</font>
343    </family>
344    <family lang="ja">
345        <font weight="400" style="normal" index="0">NotoSansCJK-Regular.ttc</font>
346    </family>
347    <family lang="ko">
348        <font weight="400" style="normal" index="1">NotoSansCJK-Regular.ttc</font>
349    </family>
350    <family lang="und-Zsye">
351        <font weight="400" style="normal">NotoColorEmoji.ttf</font>
352    </family>
353    <family>
354        <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted2.ttf</font>
355    </family>
356    <family>
357        <font weight="400" style="normal">DroidSansFallback.ttf</font>
358    </family>
359    <!--
360        Tai Le and Mongolian are intentionally kept last, to make sure they don't override
361        the East Asian punctuation for Chinese.
362    -->
363    <family lang="und-Tale">
364        <font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font>
365    </family>
366    <family lang="und-Mong">
367        <font weight="400" style="normal">NotoSansMongolian-Regular.ttf</font>
368    </family>
369</familyset>
370