1<?xml version="1.0" encoding="utf-8"?>
2<!--
3    WARNING: Parsing of this file by third-party apps is not supported. The
4    file, and the font files it refers to, will be renamed and/or moved out
5    from their respective location in the next Android release, and/or the
6    format or syntax of the file may change significantly. If you parse this
7    file for information about system fonts, do it at your own risk. Your
8    application will almost certainly break with the next major Android
9    release.
10
11    In this file, all fonts without names are added to the default list.
12    Fonts are chosen based on a match: full BCP-47 language tag including
13    script, then just language, and finally order (the first font containing
14    the glyph).
15
16    Order of appearance is also the tiebreaker for weight matching. This is
17    the reason why the 900 weights of Roboto precede the 700 weights - we
18    prefer the former when an 800 weight is requested. Since bold spans
19    effectively add 300 to the weight, this ensures that 900 is the bold
20    paired with the 500 weight, ensuring adequate contrast.
21-->
22<familyset version="22">
23    <!-- first font is default -->
24    <family name="sans-serif">
25        <font weight="100" style="normal">Roboto-Thin.ttf</font>
26        <font weight="100" style="italic">Roboto-ThinItalic.ttf</font>
27        <font weight="300" style="normal">Roboto-Light.ttf</font>
28        <font weight="300" style="italic">Roboto-LightItalic.ttf</font>
29        <font weight="400" style="normal">Roboto-Regular.ttf</font>
30        <font weight="400" style="italic">Roboto-Italic.ttf</font>
31        <font weight="500" style="normal">Roboto-Medium.ttf</font>
32        <font weight="500" style="italic">Roboto-MediumItalic.ttf</font>
33        <font weight="900" style="normal">Roboto-Black.ttf</font>
34        <font weight="900" style="italic">Roboto-BlackItalic.ttf</font>
35        <font weight="700" style="normal">Roboto-Bold.ttf</font>
36        <font weight="700" style="italic">Roboto-BoldItalic.ttf</font>
37    </family>
38
39    <!-- Note that aliases must come after the fonts they reference. -->
40    <alias name="sans-serif-thin" to="sans-serif" weight="100" />
41    <alias name="sans-serif-light" to="sans-serif" weight="300" />
42    <alias name="sans-serif-medium" to="sans-serif" weight="500" />
43    <alias name="sans-serif-black" to="sans-serif" weight="900" />
44    <alias name="arial" to="sans-serif" />
45    <alias name="helvetica" to="sans-serif" />
46    <alias name="tahoma" to="sans-serif" />
47    <alias name="verdana" to="sans-serif" />
48
49    <family name="sans-serif-condensed">
50        <font weight="300" style="normal">RobotoCondensed-Light.ttf</font>
51        <font weight="300" style="italic">RobotoCondensed-LightItalic.ttf</font>
52        <font weight="400" style="normal">RobotoCondensed-Regular.ttf</font>
53        <font weight="400" style="italic">RobotoCondensed-Italic.ttf</font>
54        <font weight="700" style="normal">RobotoCondensed-Bold.ttf</font>
55        <font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font>
56    </family>
57    <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" />
58
59    <family name="serif">
60        <font weight="400" style="normal">NotoSerif-Regular.ttf</font>
61        <font weight="700" style="normal">NotoSerif-Bold.ttf</font>
62        <font weight="400" style="italic">NotoSerif-Italic.ttf</font>
63        <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
64    </family>
65    <alias name="times" to="serif" />
66    <alias name="times new roman" to="serif" />
67    <alias name="palatino" to="serif" />
68    <alias name="georgia" to="serif" />
69    <alias name="baskerville" to="serif" />
70    <alias name="goudy" to="serif" />
71    <alias name="fantasy" to="serif" />
72    <alias name="ITC Stone Serif" to="serif" />
73
74    <family name="monospace">
75        <font weight="400" style="normal">DroidSansMono.ttf</font>
76    </family>
77    <alias name="sans-serif-monospace" to="monospace" />
78    <alias name="monaco" to="monospace" />
79
80    <family name="serif-monospace">
81        <font weight="400" style="normal">CutiveMono.ttf</font>
82    </family>
83    <alias name="courier" to="serif-monospace" />
84    <alias name="courier new" to="serif-monospace" />
85
86    <family name="casual">
87        <font weight="400" style="normal">ComingSoon.ttf</font>
88    </family>
89
90    <family name="cursive">
91        <font weight="400" style="normal">DancingScript-Regular.ttf</font>
92        <font weight="700" style="normal">DancingScript-Bold.ttf</font>
93    </family>
94
95    <family name="sans-serif-smallcaps">
96        <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
97    </family>
98
99    <!-- fallback fonts -->
100    <family lang="und-Arab" variant="elegant">
101        <font weight="400" style="normal">NotoNaskhArabic-Regular.ttf</font>
102        <font weight="700" style="normal">NotoNaskhArabic-Bold.ttf</font>
103    </family>
104    <family lang="und-Arab" variant="compact">
105        <font weight="400" style="normal">NotoNaskhArabicUI-Regular.ttf</font>
106        <font weight="700" style="normal">NotoNaskhArabicUI-Bold.ttf</font>
107    </family>
108    <family lang="und-Ethi">
109        <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font>
110        <font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font>
111    </family>
112    <family lang="und-Hebr">
113        <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font>
114        <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
115    </family>
116    <family lang="und-Thai" variant="elegant">
117        <font weight="400" style="normal">NotoSansThai-Regular.ttf</font>
118        <font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
119    </family>
120    <family lang="und-Thai" variant="compact">
121        <font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font>
122        <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
123    </family>
124    <family lang="und-Armn">
125        <font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font>
126        <font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font>
127    </family>
128    <!-- TODO: add Geok -->
129    <family lang="und-Geor">
130        <font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font>
131        <font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font>
132    </family>
133    <family lang="und-Deva" variant="elegant">
134        <font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font>
135        <font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font>
136    </family>
137    <family lang="und-Deva" variant="compact">
138        <font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font>
139        <font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font>
140    </family>
141
142    <!-- All scripts of India should come after Devanagari, due to shared
143         danda characters.
144    -->
145    <family lang="und-Gujr" variant="elegant">
146        <font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font>
147        <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
148    </family>
149    <family lang="und-Gujr" variant="compact">
150        <font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font>
151        <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
152    </family>
153    <family lang="und-Guru" variant="elegant">
154        <font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font>
155        <font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font>
156    </family>
157    <family lang="und-Guru" variant="compact">
158        <font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font>
159        <font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font>
160    </family>
161    <family lang="und-Taml" variant="elegant">
162        <font weight="400" style="normal">NotoSansTamil-Regular.ttf</font>
163        <font weight="700" style="normal">NotoSansTamil-Bold.ttf</font>
164    </family>
165    <family lang="und-Taml" variant="compact">
166        <font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font>
167        <font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font>
168    </family>
169    <family lang="und-Mlym" variant="elegant">
170        <font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font>
171        <font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font>
172    </family>
173    <family lang="und-Mlym" variant="compact">
174        <font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font>
175        <font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font>
176    </family>
177    <family lang="und-Beng" variant="elegant">
178        <font weight="400" style="normal">NotoSansBengali-Regular.ttf</font>
179        <font weight="700" style="normal">NotoSansBengali-Bold.ttf</font>
180    </family>
181    <family lang="und-Beng" variant="compact">
182        <font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font>
183        <font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font>
184    </family>
185    <family lang="und-Telu" variant="elegant">
186        <font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font>
187        <font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font>
188    </family>
189    <family lang="und-Telu" variant="compact">
190        <font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font>
191        <font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font>
192    </family>
193    <family lang="und-Knda" variant="elegant">
194        <font weight="400" style="normal">NotoSansKannada-Regular.ttf</font>
195        <font weight="700" style="normal">NotoSansKannada-Bold.ttf</font>
196    </family>
197    <family lang="und-Knda" variant="compact">
198        <font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font>
199        <font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font>
200    </family>
201    <family lang="und-Orya" variant="elegant">
202        <font weight="400" style="normal">NotoSansOriya-Regular.ttf</font>
203        <font weight="700" style="normal">NotoSansOriya-Bold.ttf</font>
204    </family>
205    <family lang="und-Orya" variant="compact">
206        <font weight="400" style="normal">NotoSansOriyaUI-Regular.ttf</font>
207        <font weight="700" style="normal">NotoSansOriyaUI-Bold.ttf</font>
208    </family>
209
210    <family lang="und-Sinh">
211        <font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font>
212        <font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font>
213    </family>
214    <family lang="und-Khmr" variant="elegant">
215        <font weight="100" style="normal">NotoSansKhmer-VF.ttf
216            <axis tag="wdth" stylevalue="100.0" />
217            <axis tag="wght" stylevalue="26.0" />
218        </font>
219        <font weight="200" style="normal">NotoSansKhmer-VF.ttf
220            <axis tag="wdth" stylevalue="100.0" />
221            <axis tag="wght" stylevalue="39.0" />
222        </font>
223        <font weight="300" style="normal">NotoSansKhmer-VF.ttf
224            <axis tag="wdth" stylevalue="100.0" />
225            <axis tag="wght" stylevalue="58.0" />
226        </font>
227        <font weight="400" style="normal">NotoSansKhmer-VF.ttf
228            <axis tag="wdth" stylevalue="100.0" />
229            <axis tag="wght" stylevalue="90.0" />
230        </font>
231        <font weight="500" style="normal">NotoSansKhmer-VF.ttf
232            <axis tag="wdth" stylevalue="100.0" />
233            <axis tag="wght" stylevalue="108.0" />
234        </font>
235        <font weight="600" style="normal">NotoSansKhmer-VF.ttf
236            <axis tag="wdth" stylevalue="100.0" />
237            <axis tag="wght" stylevalue="128.0" />
238        </font>
239        <font weight="700" style="normal">NotoSansKhmer-VF.ttf
240            <axis tag="wdth" stylevalue="100.0" />
241            <axis tag="wght" stylevalue="151.0" />
242        </font>
243        <font weight="800" style="normal">NotoSansKhmer-VF.ttf
244            <axis tag="wdth" stylevalue="100.0" />
245            <axis tag="wght" stylevalue="169.0" />
246        </font>
247        <font weight="900" style="normal">NotoSansKhmer-VF.ttf
248            <axis tag="wdth" stylevalue="100.0" />
249            <axis tag="wght" stylevalue="190.0" />
250        </font>
251    </family>
252    <family lang="und-Khmr" variant="compact">
253        <font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font>
254        <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
255    </family>
256    <family lang="und-Laoo" variant="elegant">
257        <font weight="400" style="normal">NotoSansLao-Regular.ttf</font>
258        <font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
259    </family>
260    <family lang="und-Laoo" variant="compact">
261        <font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font>
262        <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
263    </family>
264    <family lang="und-Mymr" variant="elegant">
265        <font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font>
266        <font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font>
267    </family>
268    <family lang="und-Mymr" variant="compact">
269        <font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font>
270        <font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font>
271    </family>
272    <family lang="und-Thaa">
273        <font weight="400" style="normal">NotoSansThaana-Regular.ttf</font>
274        <font weight="700" style="normal">NotoSansThaana-Bold.ttf</font>
275    </family>
276    <family lang="und-Cham">
277        <font weight="400" style="normal">NotoSansCham-Regular.ttf</font>
278        <font weight="700" style="normal">NotoSansCham-Bold.ttf</font>
279    </family>
280    <family lang="und-Adlm">
281        <font weight="400" style="normal">NotoSansAdlam-Regular.ttf</font>
282    </family>
283    <family lang="und-Avst">
284        <font weight="400" style="normal">NotoSansAvestan-Regular.ttf</font>
285    </family>
286    <family lang="und-Bali">
287        <font weight="400" style="normal">NotoSansBalinese-Regular.ttf</font>
288    </family>
289    <family lang="und-Bamu">
290        <font weight="400" style="normal">NotoSansBamum-Regular.ttf</font>
291    </family>
292    <family lang="und-Batk">
293        <font weight="400" style="normal">NotoSansBatak-Regular.ttf</font>
294    </family>
295    <family lang="und-Brah">
296        <font weight="400" style="normal">NotoSansBrahmi-Regular.ttf</font>
297    </family>
298    <family lang="und-Bugi">
299        <font weight="400" style="normal">NotoSansBuginese-Regular.ttf</font>
300    </family>
301    <family lang="und-Buhd">
302        <font weight="400" style="normal">NotoSansBuhid-Regular.ttf</font>
303    </family>
304    <family lang="und-Cans">
305        <font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf</font>
306    </family>
307    <family lang="und-Cari">
308        <font weight="400" style="normal">NotoSansCarian-Regular.ttf</font>
309    </family>
310    <family lang="und-Cher">
311        <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
312    </family>
313    <family lang="und-Copt">
314        <font weight="400" style="normal">NotoSansCoptic-Regular.ttf</font>
315    </family>
316    <family lang="und-Xsux">
317        <font weight="400" style="normal">NotoSansCuneiform-Regular.ttf</font>
318    </family>
319    <family lang="und-Cprt">
320        <font weight="400" style="normal">NotoSansCypriot-Regular.ttf</font>
321    </family>
322    <family lang="und-Dsrt">
323        <font weight="400" style="normal">NotoSansDeseret-Regular.ttf</font>
324    </family>
325    <family lang="und-Egyp">
326        <font weight="400" style="normal">NotoSansEgyptianHieroglyphs-Regular.ttf</font>
327    </family>
328    <family lang="und-Glag">
329        <font weight="400" style="normal">NotoSansGlagolitic-Regular.ttf</font>
330    </family>
331    <family lang="und-Goth">
332        <font weight="400" style="normal">NotoSansGothic-Regular.ttf</font>
333    </family>
334    <family lang="und-Hano">
335        <font weight="400" style="normal">NotoSansHanunoo-Regular.ttf</font>
336    </family>
337    <family lang="und-Armi">
338        <font weight="400" style="normal">NotoSansImperialAramaic-Regular.ttf</font>
339    </family>
340    <family lang="und-Phli">
341        <font weight="400" style="normal">NotoSansInscriptionalPahlavi-Regular.ttf</font>
342    </family>
343    <family lang="und-Prti">
344        <font weight="400" style="normal">NotoSansInscriptionalParthian-Regular.ttf</font>
345    </family>
346    <family lang="und-Java">
347        <font weight="400" style="normal">NotoSansJavanese-Regular.ttf</font>
348    </family>
349    <family lang="und-Kthi">
350        <font weight="400" style="normal">NotoSansKaithi-Regular.ttf</font>
351    </family>
352    <family lang="und-Kali">
353        <font weight="400" style="normal">NotoSansKayahLi-Regular.ttf</font>
354    </family>
355    <family lang="und-Khar">
356        <font weight="400" style="normal">NotoSansKharoshthi-Regular.ttf</font>
357    </family>
358    <family lang="und-Lepc">
359        <font weight="400" style="normal">NotoSansLepcha-Regular.ttf</font>
360    </family>
361    <family lang="und-Limb">
362        <font weight="400" style="normal">NotoSansLimbu-Regular.ttf</font>
363    </family>
364    <family lang="und-Linb">
365        <font weight="400" style="normal">NotoSansLinearB-Regular.ttf</font>
366    </family>
367    <family lang="und-Lisu">
368        <font weight="400" style="normal">NotoSansLisu-Regular.ttf</font>
369    </family>
370    <family lang="und-Lyci">
371        <font weight="400" style="normal">NotoSansLycian-Regular.ttf</font>
372    </family>
373    <family lang="und-Lydi">
374        <font weight="400" style="normal">NotoSansLydian-Regular.ttf</font>
375    </family>
376    <family lang="und-Mand">
377        <font weight="400" style="normal">NotoSansMandaic-Regular.ttf</font>
378    </family>
379    <family lang="und-Mtei">
380        <font weight="400" style="normal">NotoSansMeeteiMayek-Regular.ttf</font>
381    </family>
382    <family lang="und-Talu">
383        <font weight="400" style="normal">NotoSansNewTaiLue-Regular.ttf</font>
384    </family>
385    <family lang="und-Nkoo">
386        <font weight="400" style="normal">NotoSansNKo-Regular.ttf</font>
387    </family>
388    <family lang="und-Ogam">
389        <font weight="400" style="normal">NotoSansOgham-Regular.ttf</font>
390    </family>
391    <family lang="und-Olck">
392        <font weight="400" style="normal">NotoSansOlChiki-Regular.ttf</font>
393    </family>
394    <family lang="und-Ital">
395        <font weight="400" style="normal">NotoSansOldItalic-Regular.ttf</font>
396    </family>
397    <family lang="und-Xpeo">
398        <font weight="400" style="normal">NotoSansOldPersian-Regular.ttf</font>
399    </family>
400    <family lang="und-Sarb">
401        <font weight="400" style="normal">NotoSansOldSouthArabian-Regular.ttf</font>
402    </family>
403    <family lang="und-Orkh">
404        <font weight="400" style="normal">NotoSansOldTurkic-Regular.ttf</font>
405    </family>
406    <family lang="und-Osma">
407        <font weight="400" style="normal">NotoSansOsmanya-Regular.ttf</font>
408    </family>
409    <family lang="und-Phnx">
410        <font weight="400" style="normal">NotoSansPhoenician-Regular.ttf</font>
411    </family>
412    <family lang="und-Rjng">
413        <font weight="400" style="normal">NotoSansRejang-Regular.ttf</font>
414    </family>
415    <family lang="und-Runr">
416        <font weight="400" style="normal">NotoSansRunic-Regular.ttf</font>
417    </family>
418    <family lang="und-Samr">
419        <font weight="400" style="normal">NotoSansSamaritan-Regular.ttf</font>
420    </family>
421    <family lang="und-Saur">
422        <font weight="400" style="normal">NotoSansSaurashtra-Regular.ttf</font>
423    </family>
424    <family lang="und-Shaw">
425        <font weight="400" style="normal">NotoSansShavian-Regular.ttf</font>
426    </family>
427    <family lang="und-Sund">
428        <font weight="400" style="normal">NotoSansSundanese-Regular.ttf</font>
429    </family>
430    <family lang="und-Sylo">
431        <font weight="400" style="normal">NotoSansSylotiNagri-Regular.ttf</font>
432    </family>
433    <!-- Esrangela should precede Eastern and Western Syriac, since it's our default form. -->
434    <family lang="und-Syre">
435        <font weight="400" style="normal">NotoSansSyriacEstrangela-Regular.ttf</font>
436    </family>
437    <family lang="und-Syrn">
438        <font weight="400" style="normal">NotoSansSyriacEastern-Regular.ttf</font>
439    </family>
440    <family lang="und-Syrj">
441        <font weight="400" style="normal">NotoSansSyriacWestern-Regular.ttf</font>
442    </family>
443    <family lang="und-Tglg">
444        <font weight="400" style="normal">NotoSansTagalog-Regular.ttf</font>
445    </family>
446    <family lang="und-Tagb">
447        <font weight="400" style="normal">NotoSansTagbanwa-Regular.ttf</font>
448    </family>
449    <family lang="und-Lana">
450        <font weight="400" style="normal">NotoSansTaiTham-Regular.ttf</font>
451    </family>
452    <family lang="und-Tavt">
453        <font weight="400" style="normal">NotoSansTaiViet-Regular.ttf</font>
454    </family>
455    <family lang="und-Tibt">
456        <font weight="400" style="normal">NotoSansTibetan-Regular.ttf</font>
457        <font weight="700" style="normal">NotoSansTibetan-Bold.ttf</font>
458    </family>
459    <family lang="und-Tfng">
460        <font weight="400" style="normal">NotoSansTifinagh-Regular.ttf</font>
461    </family>
462    <family lang="und-Ugar">
463        <font weight="400" style="normal">NotoSansUgaritic-Regular.ttf</font>
464    </family>
465    <family lang="und-Vaii">
466        <font weight="400" style="normal">NotoSansVai-Regular.ttf</font>
467    </family>
468    <family>
469        <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font>
470    </family>
471    <family lang="zh-Hans">
472        <font weight="400" style="normal" index="2">NotoSansCJK-Regular.ttc</font>
473    </family>
474    <!-- TODO: Add Bopo -->
475    <family lang="zh-Hant">
476        <font weight="400" style="normal" index="3">NotoSansCJK-Regular.ttc</font>
477    </family>
478    <family lang="ja">
479        <font weight="400" style="normal" index="0">NotoSansCJK-Regular.ttc</font>
480    </family>
481    <family lang="ko">
482        <font weight="400" style="normal" index="1">NotoSansCJK-Regular.ttc</font>
483    </family>
484    <family lang="und-Zsye">
485        <font weight="400" style="normal">NotoColorEmoji.ttf</font>
486    </family>
487    <family lang="und-Zsym">
488        <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted2.ttf</font>
489    </family>
490    <!--
491        Tai Le, Yi, Mongolian, and Phags-pa are intentionally kept last, to make sure they don't
492        override the East Asian punctuation for Chinese.
493    -->
494    <family lang="und-Tale">
495        <font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font>
496    </family>
497    <family lang="und-Yiii">
498        <font weight="400" style="normal">NotoSansYi-Regular.ttf</font>
499    </family>
500    <family lang="und-Mong">
501        <font weight="400" style="normal">NotoSansMongolian-Regular.ttf</font>
502    </family>
503    <family lang="und-Phag">
504        <font weight="400" style="normal">NotoSansPhagsPa-Regular.ttf</font>
505    </family>
506</familyset>
507