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    TODO(rsheeter) update comment; ordering to match 800 to 900 is no longer required
23-->
24<familyset version="23">
25    <!-- first font is default -->
26    <family name="sans-serif">
27        <font weight="100" style="normal">Roboto-Regular.ttf
28          <axis tag="ital" stylevalue="0" />
29          <axis tag="wdth" stylevalue="100" />
30          <axis tag="wght" stylevalue="100" />
31        </font>
32        <font weight="200" style="normal">Roboto-Regular.ttf
33          <axis tag="ital" stylevalue="0" />
34          <axis tag="wdth" stylevalue="100" />
35          <axis tag="wght" stylevalue="200" />
36        </font>
37        <font weight="300" style="normal">Roboto-Regular.ttf
38          <axis tag="ital" stylevalue="0" />
39          <axis tag="wdth" stylevalue="100" />
40          <axis tag="wght" stylevalue="300" />
41        </font>
42        <font weight="400" style="normal">Roboto-Regular.ttf
43          <axis tag="ital" stylevalue="0" />
44          <axis tag="wdth" stylevalue="100" />
45          <axis tag="wght" stylevalue="400" />
46        </font>
47        <font weight="500" style="normal">Roboto-Regular.ttf
48          <axis tag="ital" stylevalue="0" />
49          <axis tag="wdth" stylevalue="100" />
50          <axis tag="wght" stylevalue="500" />
51        </font>
52        <font weight="600" style="normal">Roboto-Regular.ttf
53          <axis tag="ital" stylevalue="0" />
54          <axis tag="wdth" stylevalue="100" />
55          <axis tag="wght" stylevalue="600" />
56        </font>
57        <font weight="700" style="normal">Roboto-Regular.ttf
58          <axis tag="ital" stylevalue="0" />
59          <axis tag="wdth" stylevalue="100" />
60          <axis tag="wght" stylevalue="700" />
61        </font>
62        <font weight="800" style="normal">Roboto-Regular.ttf
63          <axis tag="ital" stylevalue="0" />
64          <axis tag="wdth" stylevalue="100" />
65          <axis tag="wght" stylevalue="800" />
66        </font>
67        <font weight="900" style="normal">Roboto-Regular.ttf
68          <axis tag="ital" stylevalue="0" />
69          <axis tag="wdth" stylevalue="100" />
70          <axis tag="wght" stylevalue="900" />
71        </font>
72        <font weight="100" style="italic">Roboto-Regular.ttf
73          <axis tag="ital" stylevalue="1" />
74          <axis tag="wdth" stylevalue="100" />
75          <axis tag="wght" stylevalue="100" />
76        </font>
77        <font weight="200" style="italic">Roboto-Regular.ttf
78          <axis tag="ital" stylevalue="1" />
79          <axis tag="wdth" stylevalue="100" />
80          <axis tag="wght" stylevalue="200" />
81        </font>
82        <font weight="300" style="italic">Roboto-Regular.ttf
83          <axis tag="ital" stylevalue="1" />
84          <axis tag="wdth" stylevalue="100" />
85          <axis tag="wght" stylevalue="300" />
86        </font>
87        <font weight="400" style="italic">Roboto-Regular.ttf
88          <axis tag="ital" stylevalue="1" />
89          <axis tag="wdth" stylevalue="100" />
90          <axis tag="wght" stylevalue="400" />
91        </font>
92        <font weight="500" style="italic">Roboto-Regular.ttf
93          <axis tag="ital" stylevalue="1" />
94          <axis tag="wdth" stylevalue="100" />
95          <axis tag="wght" stylevalue="500" />
96        </font>
97        <font weight="600" style="italic">Roboto-Regular.ttf
98          <axis tag="ital" stylevalue="1" />
99          <axis tag="wdth" stylevalue="100" />
100          <axis tag="wght" stylevalue="600" />
101        </font>
102        <font weight="700" style="italic">Roboto-Regular.ttf
103          <axis tag="ital" stylevalue="1" />
104          <axis tag="wdth" stylevalue="100" />
105          <axis tag="wght" stylevalue="700" />
106        </font>
107        <font weight="800" style="italic">Roboto-Regular.ttf
108          <axis tag="ital" stylevalue="1" />
109          <axis tag="wdth" stylevalue="100" />
110          <axis tag="wght" stylevalue="800" />
111        </font>
112        <font weight="900" style="italic">Roboto-Regular.ttf
113          <axis tag="ital" stylevalue="1" />
114          <axis tag="wdth" stylevalue="100" />
115          <axis tag="wght" stylevalue="900" />
116        </font>
117   </family>
118
119
120    <!-- Note that aliases must come after the fonts they reference. -->
121    <alias name="sans-serif-thin" to="sans-serif" weight="100" />
122    <alias name="sans-serif-light" to="sans-serif" weight="300" />
123    <alias name="sans-serif-medium" to="sans-serif" weight="500" />
124    <alias name="sans-serif-black" to="sans-serif" weight="900" />
125    <alias name="arial" to="sans-serif" />
126    <alias name="helvetica" to="sans-serif" />
127    <alias name="tahoma" to="sans-serif" />
128    <alias name="verdana" to="sans-serif" />
129
130    <family name="sans-serif-condensed">
131      <font weight="100" style="normal">Roboto-Regular.ttf
132        <axis tag="ital" stylevalue="0" />
133        <axis tag="wdth" stylevalue="75" />
134        <axis tag="wght" stylevalue="100" />
135      </font>
136      <font weight="200" style="normal">Roboto-Regular.ttf
137        <axis tag="ital" stylevalue="0" />
138        <axis tag="wdth" stylevalue="75" />
139        <axis tag="wght" stylevalue="200" />
140      </font>
141      <font weight="300" style="normal">Roboto-Regular.ttf
142        <axis tag="ital" stylevalue="0" />
143        <axis tag="wdth" stylevalue="75" />
144        <axis tag="wght" stylevalue="300" />
145      </font>
146      <font weight="400" style="normal">Roboto-Regular.ttf
147        <axis tag="ital" stylevalue="0" />
148        <axis tag="wdth" stylevalue="75" />
149        <axis tag="wght" stylevalue="400" />
150      </font>
151      <font weight="500" style="normal">Roboto-Regular.ttf
152        <axis tag="ital" stylevalue="0" />
153        <axis tag="wdth" stylevalue="75" />
154        <axis tag="wght" stylevalue="500" />
155      </font>
156      <font weight="600" style="normal">Roboto-Regular.ttf
157        <axis tag="ital" stylevalue="0" />
158        <axis tag="wdth" stylevalue="75" />
159        <axis tag="wght" stylevalue="600" />
160      </font>
161      <font weight="700" style="normal">Roboto-Regular.ttf
162        <axis tag="ital" stylevalue="0" />
163        <axis tag="wdth" stylevalue="75" />
164        <axis tag="wght" stylevalue="700" />
165      </font>
166      <font weight="800" style="normal">Roboto-Regular.ttf
167        <axis tag="ital" stylevalue="0" />
168        <axis tag="wdth" stylevalue="75" />
169        <axis tag="wght" stylevalue="800" />
170      </font>
171      <font weight="900" style="normal">Roboto-Regular.ttf
172        <axis tag="ital" stylevalue="0" />
173        <axis tag="wdth" stylevalue="75" />
174        <axis tag="wght" stylevalue="900" />
175      </font>
176      <font weight="100" style="italic">Roboto-Regular.ttf
177        <axis tag="ital" stylevalue="1" />
178        <axis tag="wdth" stylevalue="75" />
179        <axis tag="wght" stylevalue="100" />
180      </font>
181      <font weight="200" style="italic">Roboto-Regular.ttf
182        <axis tag="ital" stylevalue="1" />
183        <axis tag="wdth" stylevalue="75" />
184        <axis tag="wght" stylevalue="200" />
185      </font>
186      <font weight="300" style="italic">Roboto-Regular.ttf
187        <axis tag="ital" stylevalue="1" />
188        <axis tag="wdth" stylevalue="75" />
189        <axis tag="wght" stylevalue="300" />
190      </font>
191      <font weight="400" style="italic">Roboto-Regular.ttf
192        <axis tag="ital" stylevalue="1" />
193        <axis tag="wdth" stylevalue="75" />
194        <axis tag="wght" stylevalue="400" />
195      </font>
196      <font weight="500" style="italic">Roboto-Regular.ttf
197        <axis tag="ital" stylevalue="1" />
198        <axis tag="wdth" stylevalue="75" />
199        <axis tag="wght" stylevalue="500" />
200      </font>
201      <font weight="600" style="italic">Roboto-Regular.ttf
202        <axis tag="ital" stylevalue="1" />
203        <axis tag="wdth" stylevalue="75" />
204        <axis tag="wght" stylevalue="600" />
205      </font>
206      <font weight="700" style="italic">Roboto-Regular.ttf
207        <axis tag="ital" stylevalue="1" />
208        <axis tag="wdth" stylevalue="75" />
209        <axis tag="wght" stylevalue="700" />
210      </font>
211      <font weight="800" style="italic">Roboto-Regular.ttf
212        <axis tag="ital" stylevalue="1" />
213        <axis tag="wdth" stylevalue="75" />
214        <axis tag="wght" stylevalue="800" />
215      </font>
216      <font weight="900" style="italic">Roboto-Regular.ttf
217        <axis tag="ital" stylevalue="1" />
218        <axis tag="wdth" stylevalue="75" />
219        <axis tag="wght" stylevalue="900" />
220      </font>
221    </family>
222    <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" />
223    <alias name="sans-serif-condensed-medium" to="sans-serif-condensed" weight="500" />
224
225    <family name="serif">
226        <font weight="400" style="normal" postScriptName="NotoSerif">NotoSerif-Regular.ttf</font>
227        <font weight="700" style="normal">NotoSerif-Bold.ttf</font>
228        <font weight="400" style="italic">NotoSerif-Italic.ttf</font>
229        <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font>
230    </family>
231    <alias name="serif-bold" to="serif" weight="700" />
232    <alias name="times" to="serif" />
233    <alias name="times new roman" to="serif" />
234    <alias name="palatino" to="serif" />
235    <alias name="georgia" to="serif" />
236    <alias name="baskerville" to="serif" />
237    <alias name="goudy" to="serif" />
238    <alias name="fantasy" to="serif" />
239    <alias name="ITC Stone Serif" to="serif" />
240
241    <family name="monospace">
242        <font weight="400" style="normal">DroidSansMono.ttf</font>
243    </family>
244    <alias name="sans-serif-monospace" to="monospace" />
245    <alias name="monaco" to="monospace" />
246
247    <family name="serif-monospace">
248        <font weight="400" style="normal" postScriptName="CutiveMono-Regular">CutiveMono.ttf</font>
249    </family>
250    <alias name="courier" to="serif-monospace" />
251    <alias name="courier new" to="serif-monospace" />
252
253    <family name="casual">
254        <font weight="400" style="normal" postScriptName="ComingSoon-Regular">ComingSoon.ttf</font>
255    </family>
256
257    <family name="cursive">
258      <font weight="400" style="normal">DancingScript-Regular.ttf
259        <axis tag="wght" stylevalue="400" />
260      </font>
261      <font weight="700" style="normal">DancingScript-Regular.ttf
262        <axis tag="wght" stylevalue="700" />
263      </font>
264    </family>
265
266    <family name="sans-serif-smallcaps">
267        <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font>
268    </family>
269
270    <family name="source-sans-pro">
271        <font weight="400" style="normal">SourceSansPro-Regular.ttf</font>
272        <font weight="400" style="italic">SourceSansPro-Italic.ttf</font>
273        <font weight="600" style="normal">SourceSansPro-SemiBold.ttf</font>
274        <font weight="600" style="italic">SourceSansPro-SemiBoldItalic.ttf</font>
275        <font weight="700" style="normal">SourceSansPro-Bold.ttf</font>
276        <font weight="700" style="italic">SourceSansPro-BoldItalic.ttf</font>
277    </family>
278    <alias name="source-sans-pro-semi-bold" to="source-sans-pro" weight="600"/>
279
280    <!-- fallback fonts -->
281    <family lang="und-Arab" variant="elegant">
282        <font weight="400" style="normal" postScriptName="NotoNaskhArabic">
283            NotoNaskhArabic-Regular.ttf
284        </font>
285        <font weight="700" style="normal">NotoNaskhArabic-Bold.ttf</font>
286    </family>
287    <family lang="und-Arab" variant="compact">
288        <font weight="400" style="normal" postScriptName="NotoNaskhArabicUI">
289            NotoNaskhArabicUI-Regular.ttf
290        </font>
291        <font weight="700" style="normal">NotoNaskhArabicUI-Bold.ttf</font>
292    </family>
293    <family lang="und-Ethi">
294        <font weight="400" style="normal" postScriptName="NotoSansEthiopic-Regular">
295            NotoSansEthiopic-VF.ttf
296            <axis tag="wght" stylevalue="400"/>
297        </font>
298        <font weight="500" style="normal" postScriptName="NotoSansEthiopic-Regular">
299            NotoSansEthiopic-VF.ttf
300            <axis tag="wght" stylevalue="500"/>
301        </font>
302        <font weight="600" style="normal" postScriptName="NotoSansEthiopic-Regular">
303            NotoSansEthiopic-VF.ttf
304            <axis tag="wght" stylevalue="600"/>
305        </font>
306        <font weight="700" style="normal" postScriptName="NotoSansEthiopic-Regular">
307            NotoSansEthiopic-VF.ttf
308            <axis tag="wght" stylevalue="700"/>
309        </font>
310        <font weight="400" style="normal" fallbackFor="serif"
311              postScriptName="NotoSerifEthiopic-Regular">NotoSerifEthiopic-VF.ttf
312            <axis tag="wght" stylevalue="400"/>
313        </font>
314        <font weight="500" style="normal" fallbackFor="serif"
315              postScriptName="NotoSerifEthiopic-Regular">NotoSerifEthiopic-VF.ttf
316            <axis tag="wght" stylevalue="500"/>
317        </font>
318        <font weight="600" style="normal" fallbackFor="serif"
319              postScriptName="NotoSerifEthiopic-Regular">NotoSerifEthiopic-VF.ttf
320            <axis tag="wght" stylevalue="600"/>
321        </font>
322        <font weight="700" style="normal" fallbackFor="serif"
323              postScriptName="NotoSerifEthiopic-Regular">NotoSerifEthiopic-VF.ttf
324            <axis tag="wght" stylevalue="700"/>
325        </font>
326    </family>
327    <family lang="und-Hebr">
328        <font weight="400" style="normal" postScriptName="NotoSansHebrew">
329            NotoSansHebrew-Regular.ttf
330        </font>
331        <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font>
332        <font weight="400" style="normal" fallbackFor="serif">NotoSerifHebrew-Regular.ttf</font>
333        <font weight="700" style="normal" fallbackFor="serif">NotoSerifHebrew-Bold.ttf</font>
334    </family>
335    <family lang="und-Thai" variant="elegant">
336        <font weight="400" style="normal" postScriptName="NotoSansThai">NotoSansThai-Regular.ttf
337        </font>
338        <font weight="700" style="normal">NotoSansThai-Bold.ttf</font>
339        <font weight="400" style="normal" fallbackFor="serif">
340            NotoSerifThai-Regular.ttf
341        </font>
342        <font weight="700" style="normal" fallbackFor="serif">NotoSerifThai-Bold.ttf</font>
343    </family>
344    <family lang="und-Thai" variant="compact">
345        <font weight="400" style="normal" postScriptName="NotoSansThaiUI">
346            NotoSansThaiUI-Regular.ttf
347        </font>
348        <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font>
349    </family>
350    <family lang="und-Armn">
351        <font weight="400" style="normal" postScriptName="NotoSansArmenian-Regular">
352            NotoSansArmenian-VF.ttf
353            <axis tag="wght" stylevalue="400"/>
354        </font>
355        <font weight="500" style="normal" postScriptName="NotoSansArmenian-Regular">
356            NotoSansArmenian-VF.ttf
357            <axis tag="wght" stylevalue="500"/>
358        </font>
359        <font weight="600" style="normal" postScriptName="NotoSansArmenian-Regular">
360            NotoSansArmenian-VF.ttf
361            <axis tag="wght" stylevalue="600"/>
362        </font>
363        <font weight="700" style="normal" postScriptName="NotoSansArmenian-Regular">
364            NotoSansArmenian-VF.ttf
365            <axis tag="wght" stylevalue="700"/>
366        </font>
367        <font weight="400" style="normal" fallbackFor="serif"
368              postScriptName="NotoSerifArmenian-Regular">NotoSerifArmenian-VF.ttf
369            <axis tag="wght" stylevalue="400"/>
370        </font>
371        <font weight="500" style="normal" fallbackFor="serif"
372              postScriptName="NotoSerifArmenian-Regular">NotoSerifArmenian-VF.ttf
373            <axis tag="wght" stylevalue="500"/>
374        </font>
375        <font weight="600" style="normal" fallbackFor="serif"
376              postScriptName="NotoSerifArmenian-Regular">NotoSerifArmenian-VF.ttf
377            <axis tag="wght" stylevalue="600"/>
378        </font>
379        <font weight="700" style="normal" fallbackFor="serif"
380              postScriptName="NotoSerifArmenian-Regular">NotoSerifArmenian-VF.ttf
381            <axis tag="wght" stylevalue="700"/>
382        </font>
383    </family>
384    <family lang="und-Geor,und-Geok">
385        <font weight="400" style="normal" postScriptName="NotoSansGeorgian-Regular">
386            NotoSansGeorgian-VF.ttf
387            <axis tag="wght" stylevalue="400"/>
388        </font>
389        <font weight="500" style="normal" postScriptName="NotoSansGeorgian-Regular">
390            NotoSansGeorgian-VF.ttf
391            <axis tag="wght" stylevalue="500"/>
392        </font>
393        <font weight="600" style="normal" postScriptName="NotoSansGeorgian-Regular">
394            NotoSansGeorgian-VF.ttf
395            <axis tag="wght" stylevalue="600"/>
396        </font>
397        <font weight="700" style="normal" postScriptName="NotoSansGeorgian-Regular">
398            NotoSansGeorgian-VF.ttf
399            <axis tag="wght" stylevalue="700"/>
400        </font>
401        <font weight="400" style="normal" fallbackFor="serif"
402              postScriptName="NotoSerifGeorgian-Regular">NotoSerifGeorgian-VF.ttf
403            <axis tag="wght" stylevalue="400"/>
404        </font>
405        <font weight="500" style="normal" fallbackFor="serif"
406              postScriptName="NotoSerifGeorgian-Regular">NotoSerifGeorgian-VF.ttf
407            <axis tag="wght" stylevalue="500"/>
408        </font>
409        <font weight="600" style="normal" fallbackFor="serif"
410              postScriptName="NotoSerifGeorgian-Regular">NotoSerifGeorgian-VF.ttf
411            <axis tag="wght" stylevalue="600"/>
412        </font>
413        <font weight="700" style="normal" fallbackFor="serif"
414              postScriptName="NotoSerifGeorgian-Regular">NotoSerifGeorgian-VF.ttf
415            <axis tag="wght" stylevalue="700"/>
416        </font>
417    </family>
418    <family lang="und-Deva" variant="elegant">
419        <font weight="400" style="normal" postScriptName="NotoSansDevanagari-Regular">
420            NotoSansDevanagari-VF.ttf
421            <axis tag="wght" stylevalue="400"/>
422        </font>
423        <font weight="500" style="normal" postScriptName="NotoSansDevanagari-Regular">
424            NotoSansDevanagari-VF.ttf
425            <axis tag="wght" stylevalue="500"/>
426        </font>
427        <font weight="600" style="normal" postScriptName="NotoSansDevanagari-Regular">
428            NotoSansDevanagari-VF.ttf
429            <axis tag="wght" stylevalue="600"/>
430        </font>
431        <font weight="700" style="normal" postScriptName="NotoSansDevanagari-Regular">
432            NotoSansDevanagari-VF.ttf
433            <axis tag="wght" stylevalue="700"/>
434        </font>
435        <font weight="400" style="normal" fallbackFor="serif"
436              postScriptName="NotoSerifDevanagari-Regular">NotoSerifDevanagari-VF.ttf
437            <axis tag="wght" stylevalue="400"/>
438        </font>
439        <font weight="500" style="normal" fallbackFor="serif"
440              postScriptName="NotoSerifDevanagari-Regular">NotoSerifDevanagari-VF.ttf
441            <axis tag="wght" stylevalue="500"/>
442        </font>
443        <font weight="600" style="normal" fallbackFor="serif"
444              postScriptName="NotoSerifDevanagari-Regular">NotoSerifDevanagari-VF.ttf
445            <axis tag="wght" stylevalue="600"/>
446        </font>
447        <font weight="700" style="normal" fallbackFor="serif"
448              postScriptName="NotoSerifDevanagari-Regular">NotoSerifDevanagari-VF.ttf
449            <axis tag="wght" stylevalue="700"/>
450        </font>
451    </family>
452    <family lang="und-Deva" variant="compact">
453        <font weight="400" style="normal" postScriptName="NotoSansDevanagariUI-Regular">
454            NotoSansDevanagariUI-VF.ttf
455            <axis tag="wght" stylevalue="400"/>
456        </font>
457        <font weight="500" style="normal" postScriptName="NotoSansDevanagariUI-Regular">
458            NotoSansDevanagariUI-VF.ttf
459            <axis tag="wght" stylevalue="500"/>
460        </font>
461        <font weight="600" style="normal" postScriptName="NotoSansDevanagariUI-Regular">
462            NotoSansDevanagariUI-VF.ttf
463            <axis tag="wght" stylevalue="600"/>
464        </font>
465        <font weight="700" style="normal" postScriptName="NotoSansDevanagariUI-Regular">
466            NotoSansDevanagariUI-VF.ttf
467            <axis tag="wght" stylevalue="700"/>
468        </font>
469    </family>
470
471    <!-- All scripts of India should come after Devanagari, due to shared
472         danda characters.
473    -->
474    <family lang="und-Gujr" variant="elegant">
475        <font weight="400" style="normal" postScriptName="NotoSansGujarati">
476            NotoSansGujarati-Regular.ttf
477        </font>
478        <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font>
479        <font weight="400" style="normal" fallbackFor="serif"
480              postScriptName="NotoSerifGujarati-Regular">NotoSerifGujarati-VF.ttf
481            <axis tag="wght" stylevalue="400"/>
482        </font>
483        <font weight="500" style="normal" fallbackFor="serif"
484              postScriptName="NotoSerifGujarati-Regular">NotoSerifGujarati-VF.ttf
485            <axis tag="wght" stylevalue="500"/>
486        </font>
487        <font weight="600" style="normal" fallbackFor="serif"
488              postScriptName="NotoSerifGujarati-Regular">NotoSerifGujarati-VF.ttf
489            <axis tag="wght" stylevalue="600"/>
490        </font>
491        <font weight="700" style="normal" fallbackFor="serif"
492              postScriptName="NotoSerifGujarati-Regular">NotoSerifGujarati-VF.ttf
493            <axis tag="wght" stylevalue="700"/>
494        </font>
495    </family>
496    <family lang="und-Gujr" variant="compact">
497        <font weight="400" style="normal" postScriptName="NotoSansGujaratiUI">
498            NotoSansGujaratiUI-Regular.ttf
499        </font>
500        <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font>
501    </family>
502    <family lang="und-Guru" variant="elegant">
503        <font weight="400" style="normal" postScriptName="NotoSansGurmukhi-Regular">
504            NotoSansGurmukhi-VF.ttf
505            <axis tag="wght" stylevalue="400"/>
506        </font>
507        <font weight="500" style="normal" postScriptName="NotoSansGurmukhi-Regular">
508            NotoSansGurmukhi-VF.ttf
509            <axis tag="wght" stylevalue="500"/>
510        </font>
511        <font weight="600" style="normal" postScriptName="NotoSansGurmukhi-Regular">
512            NotoSansGurmukhi-VF.ttf
513            <axis tag="wght" stylevalue="600"/>
514        </font>
515        <font weight="700" style="normal" postScriptName="NotoSansGurmukhi-Regular">
516            NotoSansGurmukhi-VF.ttf
517            <axis tag="wght" stylevalue="700"/>
518        </font>
519        <font weight="400" style="normal" fallbackFor="serif"
520              postScriptName="NotoSerifGurmukhi-Regular">NotoSerifGurmukhi-VF.ttf
521            <axis tag="wght" stylevalue="400"/>
522        </font>
523        <font weight="500" style="normal" fallbackFor="serif"
524              postScriptName="NotoSerifGurmukhi-Regular">NotoSerifGurmukhi-VF.ttf
525            <axis tag="wght" stylevalue="500"/>
526        </font>
527        <font weight="600" style="normal" fallbackFor="serif"
528              postScriptName="NotoSerifGurmukhi-Regular">NotoSerifGurmukhi-VF.ttf
529            <axis tag="wght" stylevalue="600"/>
530        </font>
531        <font weight="700" style="normal" fallbackFor="serif"
532              postScriptName="NotoSerifGurmukhi-Regular">NotoSerifGurmukhi-VF.ttf
533            <axis tag="wght" stylevalue="700"/>
534        </font>
535    </family>
536    <family lang="und-Guru" variant="compact">
537        <font weight="400" style="normal" postScriptName="NotoSansGurmukhiUI-Regular">
538            NotoSansGurmukhiUI-VF.ttf
539            <axis tag="wght" stylevalue="400"/>
540        </font>
541        <font weight="500" style="normal" postScriptName="NotoSansGurmukhiUI-Regular">
542            NotoSansGurmukhiUI-VF.ttf
543            <axis tag="wght" stylevalue="500"/>
544        </font>
545        <font weight="600" style="normal" postScriptName="NotoSansGurmukhiUI-Regular">
546            NotoSansGurmukhiUI-VF.ttf
547            <axis tag="wght" stylevalue="600"/>
548        </font>
549        <font weight="700" style="normal" postScriptName="NotoSansGurmukhiUI-Regular">
550            NotoSansGurmukhiUI-VF.ttf
551            <axis tag="wght" stylevalue="700"/>
552        </font>
553    </family>
554    <family lang="und-Taml" variant="elegant">
555        <font weight="400" style="normal" postScriptName="NotoSansTamil-Regular">
556            NotoSansTamil-VF.ttf
557            <axis tag="wght" stylevalue="400"/>
558        </font>
559        <font weight="500" style="normal" postScriptName="NotoSansTamil-Regular">
560            NotoSansTamil-VF.ttf
561            <axis tag="wght" stylevalue="500"/>
562        </font>
563        <font weight="600" style="normal" postScriptName="NotoSansTamil-Regular">
564            NotoSansTamil-VF.ttf
565            <axis tag="wght" stylevalue="600"/>
566        </font>
567        <font weight="700" style="normal" postScriptName="NotoSansTamil-Regular">
568            NotoSansTamil-VF.ttf
569            <axis tag="wght" stylevalue="700"/>
570        </font>
571        <font weight="400" style="normal" fallbackFor="serif"
572              postScriptName="NotoSerifTamil-Regular">NotoSerifTamil-VF.ttf
573            <axis tag="wght" stylevalue="400"/>
574        </font>
575        <font weight="500" style="normal" fallbackFor="serif"
576              postScriptName="NotoSerifTamil-Regular">NotoSerifTamil-VF.ttf
577            <axis tag="wght" stylevalue="500"/>
578        </font>
579        <font weight="600" style="normal" fallbackFor="serif"
580              postScriptName="NotoSerifTamil-Regular">NotoSerifTamil-VF.ttf
581            <axis tag="wght" stylevalue="600"/>
582        </font>
583        <font weight="700" style="normal" fallbackFor="serif"
584              postScriptName="NotoSerifTamil-Regular">NotoSerifTamil-VF.ttf
585            <axis tag="wght" stylevalue="700"/>
586        </font>
587    </family>
588    <family lang="und-Taml" variant="compact">
589        <font weight="400" style="normal" postScriptName="NotoSansTamilUI-Regular">
590            NotoSansTamilUI-VF.ttf
591            <axis tag="wght" stylevalue="400"/>
592        </font>
593        <font weight="500" style="normal" postScriptName="NotoSansTamilUI-Regular">
594            NotoSansTamilUI-VF.ttf
595            <axis tag="wght" stylevalue="500"/>
596        </font>
597        <font weight="600" style="normal" postScriptName="NotoSansTamilUI-Regular">
598            NotoSansTamilUI-VF.ttf
599            <axis tag="wght" stylevalue="600"/>
600        </font>
601        <font weight="700" style="normal" postScriptName="NotoSansTamilUI-Regular">
602            NotoSansTamilUI-VF.ttf
603            <axis tag="wght" stylevalue="700"/>
604        </font>
605    </family>
606    <family lang="und-Mlym" variant="elegant">
607        <font weight="400" style="normal" postScriptName="NotoSansMalayalam-Regular">
608            NotoSansMalayalam-VF.ttf
609            <axis tag="wght" stylevalue="400"/>
610        </font>
611        <font weight="500" style="normal" postScriptName="NotoSansMalayalam-Regular">
612            NotoSansMalayalam-VF.ttf
613            <axis tag="wght" stylevalue="500"/>
614        </font>
615        <font weight="600" style="normal" postScriptName="NotoSansMalayalam-Regular">
616            NotoSansMalayalam-VF.ttf
617            <axis tag="wght" stylevalue="600"/>
618        </font>
619        <font weight="700" style="normal" postScriptName="NotoSansMalayalam-Regular">
620            NotoSansMalayalam-VF.ttf
621            <axis tag="wght" stylevalue="700"/>
622        </font>
623        <font weight="400" style="normal" fallbackFor="serif"
624              postScriptName="NotoSerifMalayalam-Regular">NotoSerifMalayalam-VF.ttf
625            <axis tag="wght" stylevalue="400"/>
626        </font>
627        <font weight="500" style="normal" fallbackFor="serif"
628              postScriptName="NotoSerifMalayalam-Regular">NotoSerifMalayalam-VF.ttf
629            <axis tag="wght" stylevalue="500"/>
630        </font>
631        <font weight="600" style="normal" fallbackFor="serif"
632              postScriptName="NotoSerifMalayalam-Regular">NotoSerifMalayalam-VF.ttf
633            <axis tag="wght" stylevalue="600"/>
634        </font>
635        <font weight="700" style="normal" fallbackFor="serif"
636              postScriptName="NotoSerifMalayalam-Regular">NotoSerifMalayalam-VF.ttf
637            <axis tag="wght" stylevalue="700"/>
638        </font>
639    </family>
640    <family lang="und-Mlym" variant="compact">
641        <font weight="400" style="normal" postScriptName="NotoSansMalayalamUI-Regular">
642            NotoSansMalayalamUI-VF.ttf
643            <axis tag="wght" stylevalue="400"/>
644        </font>
645        <font weight="500" style="normal" postScriptName="NotoSansMalayalamUI-Regular">
646            NotoSansMalayalamUI-VF.ttf
647            <axis tag="wght" stylevalue="500"/>
648        </font>
649        <font weight="600" style="normal" postScriptName="NotoSansMalayalamUI-Regular">
650            NotoSansMalayalamUI-VF.ttf
651            <axis tag="wght" stylevalue="600"/>
652        </font>
653        <font weight="700" style="normal" postScriptName="NotoSansMalayalamUI-Regular">
654            NotoSansMalayalamUI-VF.ttf
655            <axis tag="wght" stylevalue="700"/>
656        </font>
657    </family>
658    <family lang="und-Beng" variant="elegant">
659        <font weight="400" style="normal" postScriptName="NotoSansBengali-Regular">
660            NotoSansBengali-VF.ttf
661            <axis tag="wght" stylevalue="400"/>
662        </font>
663        <font weight="500" style="normal" postScriptName="NotoSansBengali-Regular">
664            NotoSansBengali-VF.ttf
665            <axis tag="wght" stylevalue="500"/>
666        </font>
667        <font weight="600" style="normal" postScriptName="NotoSansBengali-Regular">
668            NotoSansBengali-VF.ttf
669            <axis tag="wght" stylevalue="600"/>
670        </font>
671        <font weight="700" style="normal" postScriptName="NotoSansBengali-Regular">
672            NotoSansBengali-VF.ttf
673            <axis tag="wght" stylevalue="700"/>
674        </font>
675        <font weight="400" style="normal" fallbackFor="serif"
676              postScriptName="NotoSerifBengali-Regular">NotoSerifBengali-VF.ttf
677            <axis tag="wght" stylevalue="400"/>
678        </font>
679        <font weight="500" style="normal" fallbackFor="serif"
680              postScriptName="NotoSerifBengali-Regular">NotoSerifBengali-VF.ttf
681            <axis tag="wght" stylevalue="500"/>
682        </font>
683        <font weight="600" style="normal" fallbackFor="serif"
684              postScriptName="NotoSerifBengali-Regular">NotoSerifBengali-VF.ttf
685            <axis tag="wght" stylevalue="600"/>
686        </font>
687        <font weight="700" style="normal" fallbackFor="serif"
688              postScriptName="NotoSerifBengali-Regular">NotoSerifBengali-VF.ttf
689            <axis tag="wght" stylevalue="700"/>
690        </font>
691    </family>
692    <family lang="und-Beng" variant="compact">
693        <font weight="400" style="normal" postScriptName="NotoSansBengaliUI-Regular">
694            NotoSansBengaliUI-VF.ttf
695            <axis tag="wght" stylevalue="400"/>
696        </font>
697        <font weight="500" style="normal" postScriptName="NotoSansBengaliUI-Regular">
698            NotoSansBengaliUI-VF.ttf
699            <axis tag="wght" stylevalue="500"/>
700        </font>
701        <font weight="600" style="normal" postScriptName="NotoSansBengaliUI-Regular">
702            NotoSansBengaliUI-VF.ttf
703            <axis tag="wght" stylevalue="600"/>
704        </font>
705        <font weight="700" style="normal" postScriptName="NotoSansBengaliUI-Regular">
706            NotoSansBengaliUI-VF.ttf
707            <axis tag="wght" stylevalue="700"/>
708        </font>
709    </family>
710    <family lang="und-Telu" variant="elegant">
711        <font weight="400" style="normal" postScriptName="NotoSansTelugu-Regular">
712            NotoSansTelugu-VF.ttf
713            <axis tag="wght" stylevalue="400"/>
714        </font>
715        <font weight="500" style="normal" postScriptName="NotoSansTelugu-Regular">
716            NotoSansTelugu-VF.ttf
717            <axis tag="wght" stylevalue="500"/>
718        </font>
719        <font weight="600" style="normal" postScriptName="NotoSansTelugu-Regular">
720            NotoSansTelugu-VF.ttf
721            <axis tag="wght" stylevalue="600"/>
722        </font>
723        <font weight="700" style="normal" postScriptName="NotoSansTelugu-Regular">
724            NotoSansTelugu-VF.ttf
725            <axis tag="wght" stylevalue="700"/>
726        </font>
727        <font weight="400" style="normal" fallbackFor="serif"
728              postScriptName="NotoSerifTelugu-Regular">NotoSerifTelugu-VF.ttf
729            <axis tag="wght" stylevalue="400"/>
730        </font>
731        <font weight="500" style="normal" fallbackFor="serif"
732              postScriptName="NotoSerifTelugu-Regular">NotoSerifTelugu-VF.ttf
733            <axis tag="wght" stylevalue="500"/>
734        </font>
735        <font weight="600" style="normal" fallbackFor="serif"
736              postScriptName="NotoSerifTelugu-Regular">NotoSerifTelugu-VF.ttf
737            <axis tag="wght" stylevalue="600"/>
738        </font>
739        <font weight="700" style="normal" fallbackFor="serif"
740              postScriptName="NotoSerifTelugu-Regular">NotoSerifTelugu-VF.ttf
741            <axis tag="wght" stylevalue="700"/>
742        </font>
743    </family>
744    <family lang="und-Telu" variant="compact">
745        <font weight="400" style="normal" postScriptName="NotoSansTeluguUI-Regular">
746            NotoSansTeluguUI-VF.ttf
747            <axis tag="wght" stylevalue="400"/>
748        </font>
749        <font weight="500" style="normal" postScriptName="NotoSansTeluguUI-Regular">
750            NotoSansTeluguUI-VF.ttf
751            <axis tag="wght" stylevalue="500"/>
752        </font>
753        <font weight="600" style="normal" postScriptName="NotoSansTeluguUI-Regular">
754            NotoSansTeluguUI-VF.ttf
755            <axis tag="wght" stylevalue="600"/>
756        </font>
757        <font weight="700" style="normal" postScriptName="NotoSansTeluguUI-Regular">
758            NotoSansTeluguUI-VF.ttf
759            <axis tag="wght" stylevalue="700"/>
760        </font>
761    </family>
762    <family lang="und-Knda" variant="elegant">
763        <font weight="400" style="normal" postScriptName="NotoSansKannada-Regular">
764            NotoSansKannada-VF.ttf
765            <axis tag="wght" stylevalue="400"/>
766        </font>
767        <font weight="500" style="normal" postScriptName="NotoSansKannada-Regular">
768            NotoSansKannada-VF.ttf
769            <axis tag="wght" stylevalue="500"/>
770        </font>
771        <font weight="600" style="normal" postScriptName="NotoSansKannada-Regular">
772            NotoSansKannada-VF.ttf
773            <axis tag="wght" stylevalue="600"/>
774        </font>
775        <font weight="700" style="normal" postScriptName="NotoSansKannada-Regular">
776            NotoSansKannada-VF.ttf
777            <axis tag="wght" stylevalue="700"/>
778        </font>
779        <font weight="400" style="normal" fallbackFor="serif"
780              postScriptName="NotoSerifKannada-Regular">NotoSerifKannada-VF.ttf
781            <axis tag="wght" stylevalue="400"/>
782        </font>
783        <font weight="500" style="normal" fallbackFor="serif"
784              postScriptName="NotoSerifKannada-Regular">NotoSerifKannada-VF.ttf
785            <axis tag="wght" stylevalue="500"/>
786        </font>
787        <font weight="600" style="normal" fallbackFor="serif"
788              postScriptName="NotoSerifKannada-Regular">NotoSerifKannada-VF.ttf
789            <axis tag="wght" stylevalue="600"/>
790        </font>
791        <font weight="700" style="normal" fallbackFor="serif"
792              postScriptName="NotoSerifKannada-Regular">NotoSerifKannada-VF.ttf
793            <axis tag="wght" stylevalue="700"/>
794        </font>
795    </family>
796    <family lang="und-Knda" variant="compact">
797        <font weight="400" style="normal" postScriptName="NotoSansKannadaUI-Regular">
798            NotoSansKannadaUI-VF.ttf
799            <axis tag="wght" stylevalue="400"/>
800        </font>
801        <font weight="500" style="normal" postScriptName="NotoSansKannadaUI-Regular">
802            NotoSansKannadaUI-VF.ttf
803            <axis tag="wght" stylevalue="500"/>
804        </font>
805        <font weight="600" style="normal" postScriptName="NotoSansKannadaUI-Regular">
806            NotoSansKannadaUI-VF.ttf
807            <axis tag="wght" stylevalue="600"/>
808        </font>
809        <font weight="700" style="normal" postScriptName="NotoSansKannadaUI-Regular">
810            NotoSansKannadaUI-VF.ttf
811            <axis tag="wght" stylevalue="700"/>
812        </font>
813    </family>
814    <family lang="und-Orya" variant="elegant">
815        <font weight="400" style="normal" postScriptName="NotoSansOriya">NotoSansOriya-Regular.ttf
816        </font>
817        <font weight="700" style="normal">NotoSansOriya-Bold.ttf</font>
818    </family>
819    <family lang="und-Orya" variant="compact">
820        <font weight="400" style="normal" postScriptName="NotoSansOriyaUI">
821            NotoSansOriyaUI-Regular.ttf
822        </font>
823        <font weight="700" style="normal">NotoSansOriyaUI-Bold.ttf</font>
824    </family>
825    <family lang="und-Sinh" variant="elegant">
826        <font weight="400" style="normal" postScriptName="NotoSansSinhala-Regular">
827            NotoSansSinhala-VF.ttf
828            <axis tag="wght" stylevalue="400"/>
829        </font>
830        <font weight="500" style="normal" postScriptName="NotoSansSinhala-Regular">
831            NotoSansSinhala-VF.ttf
832            <axis tag="wght" stylevalue="500"/>
833        </font>
834        <font weight="600" style="normal" postScriptName="NotoSansSinhala-Regular">
835            NotoSansSinhala-VF.ttf
836            <axis tag="wght" stylevalue="600"/>
837        </font>
838        <font weight="700" style="normal" postScriptName="NotoSansSinhala-Regular">
839            NotoSansSinhala-VF.ttf
840            <axis tag="wght" stylevalue="700"/>
841        </font>
842        <font weight="400" style="normal" fallbackFor="serif"
843              postScriptName="NotoSerifSinhala-Regular">NotoSerifSinhala-VF.ttf
844            <axis tag="wght" stylevalue="400"/>
845        </font>
846        <font weight="500" style="normal" fallbackFor="serif"
847              postScriptName="NotoSerifSinhala-Regular">NotoSerifSinhala-VF.ttf
848            <axis tag="wght" stylevalue="500"/>
849        </font>
850        <font weight="600" style="normal" fallbackFor="serif"
851              postScriptName="NotoSerifSinhala-Regular">NotoSerifSinhala-VF.ttf
852            <axis tag="wght" stylevalue="600"/>
853        </font>
854        <font weight="700" style="normal" fallbackFor="serif"
855              postScriptName="NotoSerifSinhala-Regular">NotoSerifSinhala-VF.ttf
856            <axis tag="wght" stylevalue="700"/>
857        </font>
858    </family>
859    <family lang="und-Sinh" variant="compact">
860        <font weight="400" style="normal" postScriptName="NotoSansSinhalaUI-Regular">
861            NotoSansSinhalaUI-VF.ttf
862            <axis tag="wght" stylevalue="400"/>
863        </font>
864        <font weight="500" style="normal" postScriptName="NotoSansSinhalaUI-Regular">
865            NotoSansSinhalaUI-VF.ttf
866            <axis tag="wght" stylevalue="500"/>
867        </font>
868        <font weight="600" style="normal" postScriptName="NotoSansSinhalaUI-Regular">
869            NotoSansSinhalaUI-VF.ttf
870            <axis tag="wght" stylevalue="600"/>
871        </font>
872        <font weight="700" style="normal" postScriptName="NotoSansSinhalaUI-Regular">
873            NotoSansSinhalaUI-VF.ttf
874            <axis tag="wght" stylevalue="700"/>
875        </font>
876    </family>
877    <family lang="und-Khmr" variant="elegant">
878        <font weight="100" style="normal" postScriptName="NotoSansKhmer-Regular">
879            NotoSansKhmer-VF.ttf
880            <axis tag="wdth" stylevalue="100.0"/>
881            <axis tag="wght" stylevalue="26.0"/>
882        </font>
883        <font weight="200" style="normal" postScriptName="NotoSansKhmer-Regular">
884            NotoSansKhmer-VF.ttf
885            <axis tag="wdth" stylevalue="100.0"/>
886            <axis tag="wght" stylevalue="39.0"/>
887        </font>
888        <font weight="300" style="normal" postScriptName="NotoSansKhmer-Regular">
889            NotoSansKhmer-VF.ttf
890            <axis tag="wdth" stylevalue="100.0"/>
891            <axis tag="wght" stylevalue="58.0"/>
892        </font>
893        <font weight="400" style="normal" postScriptName="NotoSansKhmer-Regular">
894            NotoSansKhmer-VF.ttf
895            <axis tag="wdth" stylevalue="100.0"/>
896            <axis tag="wght" stylevalue="90.0"/>
897        </font>
898        <font weight="500" style="normal" postScriptName="NotoSansKhmer-Regular">
899            NotoSansKhmer-VF.ttf
900            <axis tag="wdth" stylevalue="100.0"/>
901            <axis tag="wght" stylevalue="108.0"/>
902        </font>
903        <font weight="600" style="normal" postScriptName="NotoSansKhmer-Regular">
904            NotoSansKhmer-VF.ttf
905            <axis tag="wdth" stylevalue="100.0"/>
906            <axis tag="wght" stylevalue="128.0"/>
907        </font>
908        <font weight="700" style="normal" postScriptName="NotoSansKhmer-Regular">
909            NotoSansKhmer-VF.ttf
910            <axis tag="wdth" stylevalue="100.0"/>
911            <axis tag="wght" stylevalue="151.0"/>
912        </font>
913        <font weight="800" style="normal" postScriptName="NotoSansKhmer-Regular">
914            NotoSansKhmer-VF.ttf
915            <axis tag="wdth" stylevalue="100.0"/>
916            <axis tag="wght" stylevalue="169.0"/>
917        </font>
918        <font weight="900" style="normal" postScriptName="NotoSansKhmer-Regular">
919            NotoSansKhmer-VF.ttf
920            <axis tag="wdth" stylevalue="100.0"/>
921            <axis tag="wght" stylevalue="190.0"/>
922        </font>
923        <font weight="400" style="normal" fallbackFor="serif">NotoSerifKhmer-Regular.otf</font>
924        <font weight="700" style="normal" fallbackFor="serif">NotoSerifKhmer-Bold.otf</font>
925    </family>
926    <family lang="und-Khmr" variant="compact">
927        <font weight="400" style="normal" postScriptName="NotoSansKhmerUI">
928            NotoSansKhmerUI-Regular.ttf
929        </font>
930        <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font>
931    </family>
932    <family lang="und-Laoo" variant="elegant">
933        <font weight="400" style="normal">NotoSansLao-Regular.ttf
934        </font>
935        <font weight="700" style="normal">NotoSansLao-Bold.ttf</font>
936        <font weight="400" style="normal" fallbackFor="serif">
937            NotoSerifLao-Regular.ttf
938        </font>
939        <font weight="700" style="normal" fallbackFor="serif">NotoSerifLao-Bold.ttf</font>
940    </family>
941    <family lang="und-Laoo" variant="compact">
942        <font weight="400" style="normal" postScriptName="NotoSansLaoUI">NotoSansLaoUI-Regular.ttf
943        </font>
944        <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font>
945    </family>
946    <family lang="und-Mymr" variant="elegant">
947        <font weight="400" style="normal">NotoSansMyanmar-Regular.otf</font>
948        <font weight="500" style="normal">NotoSansMyanmar-Medium.otf</font>
949        <font weight="700" style="normal">NotoSansMyanmar-Bold.otf</font>
950        <font weight="400" style="normal" fallbackFor="serif">NotoSerifMyanmar-Regular.otf</font>
951        <font weight="700" style="normal" fallbackFor="serif">NotoSerifMyanmar-Bold.otf</font>
952    </family>
953    <family lang="und-Mymr" variant="compact">
954        <font weight="400" style="normal">NotoSansMyanmarUI-Regular.otf</font>
955        <font weight="500" style="normal">NotoSansMyanmarUI-Medium.otf</font>
956        <font weight="700" style="normal">NotoSansMyanmarUI-Bold.otf</font>
957    </family>
958    <family lang="und-Thaa">
959        <font weight="400" style="normal" postScriptName="NotoSansThaana">
960            NotoSansThaana-Regular.ttf
961        </font>
962        <font weight="700" style="normal">NotoSansThaana-Bold.ttf</font>
963    </family>
964    <family lang="und-Cham">
965        <font weight="400" style="normal" postScriptName="NotoSansCham">NotoSansCham-Regular.ttf
966        </font>
967        <font weight="700" style="normal">NotoSansCham-Bold.ttf</font>
968    </family>
969    <family lang="und-Ahom">
970        <font weight="400" style="normal">NotoSansAhom-Regular.otf</font>
971    </family>
972    <family lang="und-Adlm">
973        <font weight="400" style="normal" postScriptName="NotoSansAdlam-Regular">
974            NotoSansAdlam-VF.ttf
975            <axis tag="wght" stylevalue="400"/>
976        </font>
977        <font weight="500" style="normal" postScriptName="NotoSansAdlam-Regular">
978            NotoSansAdlam-VF.ttf
979            <axis tag="wght" stylevalue="500"/>
980        </font>
981        <font weight="600" style="normal" postScriptName="NotoSansAdlam-Regular">
982            NotoSansAdlam-VF.ttf
983            <axis tag="wght" stylevalue="600"/>
984        </font>
985        <font weight="700" style="normal" postScriptName="NotoSansAdlam-Regular">
986            NotoSansAdlam-VF.ttf
987            <axis tag="wght" stylevalue="700"/>
988        </font>
989    </family>
990    <family lang="und-Avst">
991        <font weight="400" style="normal" postScriptName="NotoSansAvestan">
992            NotoSansAvestan-Regular.ttf
993        </font>
994    </family>
995    <family lang="und-Bali">
996        <font weight="400" style="normal" postScriptName="NotoSansBalinese">
997            NotoSansBalinese-Regular.ttf
998        </font>
999    </family>
1000    <family lang="und-Bamu">
1001        <font weight="400" style="normal" postScriptName="NotoSansBamum">NotoSansBamum-Regular.ttf
1002        </font>
1003    </family>
1004    <family lang="und-Batk">
1005        <font weight="400" style="normal" postScriptName="NotoSansBatak">NotoSansBatak-Regular.ttf
1006        </font>
1007    </family>
1008    <family lang="und-Brah">
1009        <font weight="400" style="normal" postScriptName="NotoSansBrahmi">
1010            NotoSansBrahmi-Regular.ttf
1011        </font>
1012    </family>
1013    <family lang="und-Bugi">
1014        <font weight="400" style="normal" postScriptName="NotoSansBuginese">
1015            NotoSansBuginese-Regular.ttf
1016        </font>
1017    </family>
1018    <family lang="und-Buhd">
1019        <font weight="400" style="normal" postScriptName="NotoSansBuhid">NotoSansBuhid-Regular.ttf
1020        </font>
1021    </family>
1022    <family lang="und-Cans">
1023        <font weight="400" style="normal">
1024            NotoSansCanadianAboriginal-Regular.ttf
1025        </font>
1026    </family>
1027    <family lang="und-Cari">
1028        <font weight="400" style="normal" postScriptName="NotoSansCarian">
1029            NotoSansCarian-Regular.ttf
1030        </font>
1031    </family>
1032    <family lang="und-Cakm">
1033        <font weight="400" style="normal">NotoSansChakma-Regular.otf</font>
1034    </family>
1035    <family lang="und-Cher">
1036        <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font>
1037    </family>
1038    <family lang="und-Copt">
1039        <font weight="400" style="normal" postScriptName="NotoSansCoptic">
1040            NotoSansCoptic-Regular.ttf
1041        </font>
1042    </family>
1043    <family lang="und-Xsux">
1044        <font weight="400" style="normal" postScriptName="NotoSansCuneiform">
1045            NotoSansCuneiform-Regular.ttf
1046        </font>
1047    </family>
1048    <family lang="und-Cprt">
1049        <font weight="400" style="normal" postScriptName="NotoSansCypriot">
1050            NotoSansCypriot-Regular.ttf
1051        </font>
1052    </family>
1053    <family lang="und-Dsrt">
1054        <font weight="400" style="normal" postScriptName="NotoSansDeseret">
1055            NotoSansDeseret-Regular.ttf
1056        </font>
1057    </family>
1058    <family lang="und-Egyp">
1059        <font weight="400" style="normal" postScriptName="NotoSansEgyptianHieroglyphs">
1060            NotoSansEgyptianHieroglyphs-Regular.ttf
1061        </font>
1062    </family>
1063    <family lang="und-Elba">
1064        <font weight="400" style="normal">NotoSansElbasan-Regular.otf</font>
1065    </family>
1066    <family lang="und-Glag">
1067        <font weight="400" style="normal" postScriptName="NotoSansGlagolitic">
1068            NotoSansGlagolitic-Regular.ttf
1069        </font>
1070    </family>
1071    <family lang="und-Goth">
1072        <font weight="400" style="normal" postScriptName="NotoSansGothic">
1073            NotoSansGothic-Regular.ttf
1074        </font>
1075    </family>
1076    <family lang="und-Hano">
1077        <font weight="400" style="normal" postScriptName="NotoSansHanunoo">
1078            NotoSansHanunoo-Regular.ttf
1079        </font>
1080    </family>
1081    <family lang="und-Armi">
1082        <font weight="400" style="normal" postScriptName="NotoSansImperialAramaic">
1083            NotoSansImperialAramaic-Regular.ttf
1084        </font>
1085    </family>
1086    <family lang="und-Phli">
1087        <font weight="400" style="normal" postScriptName="NotoSansInscriptionalPahlavi">
1088            NotoSansInscriptionalPahlavi-Regular.ttf
1089        </font>
1090    </family>
1091    <family lang="und-Prti">
1092        <font weight="400" style="normal" postScriptName="NotoSansInscriptionalParthian">
1093            NotoSansInscriptionalParthian-Regular.ttf
1094        </font>
1095    </family>
1096    <family lang="und-Java">
1097        <font weight="400" style="normal">NotoSansJavanese-Regular.otf</font>
1098    </family>
1099    <family lang="und-Kthi">
1100        <font weight="400" style="normal" postScriptName="NotoSansKaithi">
1101            NotoSansKaithi-Regular.ttf
1102        </font>
1103    </family>
1104    <family lang="und-Kali">
1105        <font weight="400" style="normal" postScriptName="NotoSansKayahLi">
1106            NotoSansKayahLi-Regular.ttf
1107        </font>
1108    </family>
1109    <family lang="und-Khar">
1110        <font weight="400" style="normal" postScriptName="NotoSansKharoshthi">
1111            NotoSansKharoshthi-Regular.ttf
1112        </font>
1113    </family>
1114    <family lang="und-Lepc">
1115        <font weight="400" style="normal" postScriptName="NotoSansLepcha">
1116            NotoSansLepcha-Regular.ttf
1117        </font>
1118    </family>
1119    <family lang="und-Limb">
1120        <font weight="400" style="normal" postScriptName="NotoSansLimbu">NotoSansLimbu-Regular.ttf
1121        </font>
1122    </family>
1123    <family lang="und-Linb">
1124        <font weight="400" style="normal" postScriptName="NotoSansLinearB">
1125            NotoSansLinearB-Regular.ttf
1126        </font>
1127    </family>
1128    <family lang="und-Lisu">
1129        <font weight="400" style="normal" postScriptName="NotoSansLisu">NotoSansLisu-Regular.ttf
1130        </font>
1131    </family>
1132    <family lang="und-Lyci">
1133        <font weight="400" style="normal" postScriptName="NotoSansLycian">
1134            NotoSansLycian-Regular.ttf
1135        </font>
1136    </family>
1137    <family lang="und-Lydi">
1138        <font weight="400" style="normal" postScriptName="NotoSansLydian">
1139            NotoSansLydian-Regular.ttf
1140        </font>
1141    </family>
1142    <family lang="und-Mand">
1143        <font weight="400" style="normal" postScriptName="NotoSansMandaic">
1144            NotoSansMandaic-Regular.ttf
1145        </font>
1146    </family>
1147    <family lang="und-Mtei">
1148        <font weight="400" style="normal" postScriptName="NotoSansMeeteiMayek">
1149            NotoSansMeeteiMayek-Regular.ttf
1150        </font>
1151    </family>
1152    <family lang="und-Talu">
1153        <font weight="400" style="normal" postScriptName="NotoSansNewTaiLue">
1154            NotoSansNewTaiLue-Regular.ttf
1155        </font>
1156    </family>
1157    <family lang="und-Nkoo">
1158        <font weight="400" style="normal" postScriptName="NotoSansNKo">NotoSansNKo-Regular.ttf
1159        </font>
1160    </family>
1161    <family lang="und-Ogam">
1162        <font weight="400" style="normal" postScriptName="NotoSansOgham">NotoSansOgham-Regular.ttf
1163        </font>
1164    </family>
1165    <family lang="und-Olck">
1166        <font weight="400" style="normal" postScriptName="NotoSansOlChiki">
1167            NotoSansOlChiki-Regular.ttf
1168        </font>
1169    </family>
1170    <family lang="und-Ital">
1171        <font weight="400" style="normal" postScriptName="NotoSansOldItalic">
1172            NotoSansOldItalic-Regular.ttf
1173        </font>
1174    </family>
1175    <family lang="und-Xpeo">
1176        <font weight="400" style="normal" postScriptName="NotoSansOldPersian">
1177            NotoSansOldPersian-Regular.ttf
1178        </font>
1179    </family>
1180    <family lang="und-Sarb">
1181        <font weight="400" style="normal" postScriptName="NotoSansOldSouthArabian">
1182            NotoSansOldSouthArabian-Regular.ttf
1183        </font>
1184    </family>
1185    <family lang="und-Orkh">
1186        <font weight="400" style="normal" postScriptName="NotoSansOldTurkic">
1187            NotoSansOldTurkic-Regular.ttf
1188        </font>
1189    </family>
1190    <family lang="und-Osge">
1191        <font weight="400" style="normal">NotoSansOsage-Regular.ttf</font>
1192    </family>
1193    <family lang="und-Osma">
1194        <font weight="400" style="normal" postScriptName="NotoSansOsmanya">
1195            NotoSansOsmanya-Regular.ttf
1196        </font>
1197    </family>
1198    <family lang="und-Phnx">
1199        <font weight="400" style="normal" postScriptName="NotoSansPhoenician">
1200            NotoSansPhoenician-Regular.ttf
1201        </font>
1202    </family>
1203    <family lang="und-Rjng">
1204        <font weight="400" style="normal" postScriptName="NotoSansRejang">
1205            NotoSansRejang-Regular.ttf
1206        </font>
1207    </family>
1208    <family lang="und-Runr">
1209        <font weight="400" style="normal" postScriptName="NotoSansRunic">NotoSansRunic-Regular.ttf
1210        </font>
1211    </family>
1212    <family lang="und-Samr">
1213        <font weight="400" style="normal" postScriptName="NotoSansSamaritan">
1214            NotoSansSamaritan-Regular.ttf
1215        </font>
1216    </family>
1217    <family lang="und-Saur">
1218        <font weight="400" style="normal" postScriptName="NotoSansSaurashtra">
1219            NotoSansSaurashtra-Regular.ttf
1220        </font>
1221    </family>
1222    <family lang="und-Shaw">
1223        <font weight="400" style="normal" postScriptName="NotoSansShavian">
1224            NotoSansShavian-Regular.ttf
1225        </font>
1226    </family>
1227    <family lang="und-Sund">
1228        <font weight="400" style="normal" postScriptName="NotoSansSundanese">
1229            NotoSansSundanese-Regular.ttf
1230        </font>
1231    </family>
1232    <family lang="und-Sylo">
1233        <font weight="400" style="normal" postScriptName="NotoSansSylotiNagri">
1234            NotoSansSylotiNagri-Regular.ttf
1235        </font>
1236    </family>
1237    <!-- Esrangela should precede Eastern and Western Syriac, since it's our default form. -->
1238    <family lang="und-Syre">
1239        <font weight="400" style="normal" postScriptName="NotoSansSyriacEstrangela">
1240            NotoSansSyriacEstrangela-Regular.ttf
1241        </font>
1242    </family>
1243    <family lang="und-Syrn">
1244        <font weight="400" style="normal" postScriptName="NotoSansSyriacEastern">
1245            NotoSansSyriacEastern-Regular.ttf
1246        </font>
1247    </family>
1248    <family lang="und-Syrj">
1249        <font weight="400" style="normal" postScriptName="NotoSansSyriacWestern">
1250            NotoSansSyriacWestern-Regular.ttf
1251        </font>
1252    </family>
1253    <family lang="und-Tglg">
1254        <font weight="400" style="normal" postScriptName="NotoSansTagalog">
1255            NotoSansTagalog-Regular.ttf
1256        </font>
1257    </family>
1258    <family lang="und-Tagb">
1259        <font weight="400" style="normal" postScriptName="NotoSansTagbanwa">
1260            NotoSansTagbanwa-Regular.ttf
1261        </font>
1262    </family>
1263    <family lang="und-Lana">
1264        <font weight="400" style="normal" postScriptName="NotoSansTaiTham">
1265            NotoSansTaiTham-Regular.ttf
1266        </font>
1267    </family>
1268    <family lang="und-Tavt">
1269        <font weight="400" style="normal" postScriptName="NotoSansTaiViet">
1270            NotoSansTaiViet-Regular.ttf
1271        </font>
1272    </family>
1273    <family lang="und-Tibt">
1274        <font weight="400" style="normal" postScriptName="NotoSerifTibetan-Regular">
1275            NotoSerifTibetan-VF.ttf
1276            <axis tag="wght" stylevalue="400"/>
1277        </font>
1278        <font weight="500" style="normal" postScriptName="NotoSerifTibetan-Regular">
1279            NotoSerifTibetan-VF.ttf
1280            <axis tag="wght" stylevalue="500"/>
1281        </font>
1282        <font weight="600" style="normal" postScriptName="NotoSerifTibetan-Regular">
1283            NotoSerifTibetan-VF.ttf
1284            <axis tag="wght" stylevalue="600"/>
1285        </font>
1286        <font weight="700" style="normal" postScriptName="NotoSerifTibetan-Regular">
1287            NotoSerifTibetan-VF.ttf
1288            <axis tag="wght" stylevalue="700"/>
1289        </font>
1290    </family>
1291    <family lang="und-Tfng">
1292        <font weight="400" style="normal">NotoSansTifinagh-Regular.otf</font>
1293    </family>
1294    <family lang="und-Ugar">
1295        <font weight="400" style="normal" postScriptName="NotoSansUgaritic">
1296            NotoSansUgaritic-Regular.ttf
1297        </font>
1298    </family>
1299    <family lang="und-Vaii">
1300        <font weight="400" style="normal" postScriptName="NotoSansVai">NotoSansVai-Regular.ttf
1301        </font>
1302    </family>
1303    <family>
1304        <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font>
1305    </family>
1306    <family lang="zh-Hans">
1307        <font weight="400" style="normal" index="2" postScriptName="NotoSansCJKjp-Regular">
1308            NotoSansCJK-Regular.ttc
1309        </font>
1310        <font weight="400" style="normal" index="2" fallbackFor="serif"
1311              postScriptName="NotoSerifCJKjp-Regular">NotoSerifCJK-Regular.ttc
1312        </font>
1313    </family>
1314    <family lang="zh-Hant,zh-Bopo">
1315        <font weight="400" style="normal" index="3" postScriptName="NotoSansCJKjp-Regular">
1316            NotoSansCJK-Regular.ttc
1317        </font>
1318        <font weight="400" style="normal" index="3" fallbackFor="serif"
1319              postScriptName="NotoSerifCJKjp-Regular">NotoSerifCJK-Regular.ttc
1320        </font>
1321    </family>
1322    <family lang="ja">
1323        <font weight="400" style="normal" index="0" postScriptName="NotoSansCJKjp-Regular">
1324            NotoSansCJK-Regular.ttc
1325        </font>
1326        <font weight="400" style="normal" index="0" fallbackFor="serif"
1327              postScriptName="NotoSerifCJKjp-Regular">NotoSerifCJK-Regular.ttc
1328        </font>
1329    </family>
1330    <family lang="ko">
1331        <font weight="400" style="normal" index="1" postScriptName="NotoSansCJKjp-Regular">
1332            NotoSansCJK-Regular.ttc
1333        </font>
1334        <font weight="400" style="normal" index="1" fallbackFor="serif"
1335              postScriptName="NotoSerifCJKjp-Regular">NotoSerifCJK-Regular.ttc
1336        </font>
1337    </family>
1338    <family lang="und-Zsye" ignore="true">
1339        <font weight="400" style="normal">NotoColorEmojiLegacy.ttf</font>
1340    </family>
1341    <family lang="und-Zsye">
1342        <font weight="400" style="normal">NotoColorEmoji.ttf</font>
1343    </family>
1344    <family lang="und-Zsye">
1345        <font weight="400" style="normal">NotoColorEmojiFlags.ttf</font>
1346    </family>
1347    <family lang="und-Zsym">
1348        <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted2.ttf</font>
1349    </family>
1350    <!--
1351        Tai Le, Yi, Mongolian, and Phags-pa are intentionally kept last, to make sure they don't
1352        override the East Asian punctuation for Chinese.
1353    -->
1354    <family lang="und-Tale">
1355        <font weight="400" style="normal" postScriptName="NotoSansTaiLe">NotoSansTaiLe-Regular.ttf
1356        </font>
1357    </family>
1358    <family lang="und-Yiii">
1359        <font weight="400" style="normal" postScriptName="NotoSansYi">NotoSansYi-Regular.ttf</font>
1360    </family>
1361    <family lang="und-Mong">
1362        <font weight="400" style="normal" postScriptName="NotoSansMongolian">
1363            NotoSansMongolian-Regular.ttf
1364        </font>
1365    </family>
1366    <family lang="und-Phag">
1367        <font weight="400" style="normal" postScriptName="NotoSansPhagsPa">
1368            NotoSansPhagsPa-Regular.ttf
1369        </font>
1370    </family>
1371    <family lang="und-Hluw">
1372        <font weight="400" style="normal">NotoSansAnatolianHieroglyphs-Regular.otf</font>
1373    </family>
1374    <family lang="und-Bass">
1375        <font weight="400" style="normal">NotoSansBassaVah-Regular.otf</font>
1376    </family>
1377    <family lang="und-Bhks">
1378        <font weight="400" style="normal">NotoSansBhaiksuki-Regular.otf</font>
1379    </family>
1380    <family lang="und-Hatr">
1381        <font weight="400" style="normal">NotoSansHatran-Regular.otf</font>
1382    </family>
1383    <family lang="und-Lina">
1384        <font weight="400" style="normal">NotoSansLinearA-Regular.otf</font>
1385    </family>
1386    <family lang="und-Mani">
1387        <font weight="400" style="normal">NotoSansManichaean-Regular.otf</font>
1388    </family>
1389    <family lang="und-Marc">
1390        <font weight="400" style="normal">NotoSansMarchen-Regular.otf</font>
1391    </family>
1392    <family lang="und-Merc">
1393        <font weight="400" style="normal">NotoSansMeroitic-Regular.otf</font>
1394    </family>
1395    <family lang="und-Plrd">
1396        <font weight="400" style="normal">NotoSansMiao-Regular.otf</font>
1397    </family>
1398    <family lang="und-Mroo">
1399        <font weight="400" style="normal">NotoSansMro-Regular.otf</font>
1400    </family>
1401    <family lang="und-Mult">
1402        <font weight="400" style="normal">NotoSansMultani-Regular.otf</font>
1403    </family>
1404    <family lang="und-Nbat">
1405        <font weight="400" style="normal">NotoSansNabataean-Regular.otf</font>
1406    </family>
1407    <family lang="und-Newa">
1408        <font weight="400" style="normal">NotoSansNewa-Regular.otf</font>
1409    </family>
1410    <family lang="und-Narb">
1411        <font weight="400" style="normal">NotoSansOldNorthArabian-Regular.otf</font>
1412    </family>
1413    <family lang="und-Perm">
1414        <font weight="400" style="normal">NotoSansOldPermic-Regular.otf</font>
1415    </family>
1416    <family lang="und-Hmng">
1417        <font weight="400" style="normal">NotoSansPahawhHmong-Regular.otf</font>
1418    </family>
1419    <family lang="und-Palm">
1420        <font weight="400" style="normal">NotoSansPalmyrene-Regular.otf</font>
1421    </family>
1422    <family lang="und-Pauc">
1423        <font weight="400" style="normal">NotoSansPauCinHau-Regular.otf</font>
1424    </family>
1425    <family lang="und-Shrd">
1426        <font weight="400" style="normal">NotoSansSharada-Regular.otf</font>
1427    </family>
1428    <family lang="und-Sora">
1429        <font weight="400" style="normal">NotoSansSoraSompeng-Regular.otf</font>
1430    </family>
1431    <family lang="und-Gong">
1432        <font weight="400" style="normal">NotoSansGunjalaGondi-Regular.otf</font>
1433    </family>
1434    <family lang="und-Rohg">
1435        <font weight="400" style="normal">NotoSansHanifiRohingya-Regular.otf</font>
1436    </family>
1437    <family lang="und-Khoj">
1438        <font weight="400" style="normal">NotoSansKhojki-Regular.otf</font>
1439    </family>
1440    <family lang="und-Gonm">
1441        <font weight="400" style="normal">NotoSansMasaramGondi-Regular.otf</font>
1442    </family>
1443    <family lang="und-Wcho">
1444        <font weight="400" style="normal">NotoSansWancho-Regular.otf</font>
1445    </family>
1446    <family lang="und-Wara">
1447        <font weight="400" style="normal">NotoSansWarangCiti-Regular.otf</font>
1448    </family>
1449    <family lang="und-Gran">
1450        <font weight="400" style="normal">NotoSansGrantha-Regular.ttf</font>
1451    </family>
1452    <family lang="und-Modi">
1453        <font weight="400" style="normal">NotoSansModi-Regular.ttf</font>
1454    </family>
1455    <family lang="und-Dogr">
1456        <font weight="400" style="normal">NotoSerifDogra-Regular.ttf</font>
1457    </family>
1458    <family lang="und-Medf">
1459        <font weight="400" style="normal" postScriptName="NotoSansMedefaidrin-Regular">
1460            NotoSansMedefaidrin-VF.ttf
1461            <axis tag="wght" stylevalue="400"/>
1462        </font>
1463        <font weight="500" style="normal" postScriptName="NotoSansMedefaidrin-Regular">
1464            NotoSansMedefaidrin-VF.ttf
1465            <axis tag="wght" stylevalue="500"/>
1466        </font>
1467        <font weight="600" style="normal" postScriptName="NotoSansMedefaidrin-Regular">
1468            NotoSansMedefaidrin-VF.ttf
1469            <axis tag="wght" stylevalue="600"/>
1470        </font>
1471        <font weight="700" style="normal" postScriptName="NotoSansMedefaidrin-Regular">
1472            NotoSansMedefaidrin-VF.ttf
1473            <axis tag="wght" stylevalue="700"/>
1474        </font>
1475    </family>
1476    <family lang="und-Soyo">
1477        <font weight="400" style="normal" postScriptName="NotoSansSoyombo-Regular">
1478            NotoSansSoyombo-VF.ttf
1479            <axis tag="wght" stylevalue="400"/>
1480        </font>
1481        <font weight="500" style="normal" postScriptName="NotoSansSoyombo-Regular">
1482            NotoSansSoyombo-VF.ttf
1483            <axis tag="wght" stylevalue="500"/>
1484        </font>
1485        <font weight="600" style="normal" postScriptName="NotoSansSoyombo-Regular">
1486            NotoSansSoyombo-VF.ttf
1487            <axis tag="wght" stylevalue="600"/>
1488        </font>
1489        <font weight="700" style="normal" postScriptName="NotoSansSoyombo-Regular">
1490            NotoSansSoyombo-VF.ttf
1491            <axis tag="wght" stylevalue="700"/>
1492        </font>
1493    </family>
1494    <family lang="und-Takr">
1495        <font weight="400" style="normal" postScriptName="NotoSansTakri-Regular">
1496            NotoSansTakri-VF.ttf
1497            <axis tag="wght" stylevalue="400"/>
1498        </font>
1499        <font weight="500" style="normal" postScriptName="NotoSansTakri-Regular">
1500            NotoSansTakri-VF.ttf
1501            <axis tag="wght" stylevalue="500"/>
1502        </font>
1503        <font weight="600" style="normal" postScriptName="NotoSansTakri-Regular">
1504            NotoSansTakri-VF.ttf
1505            <axis tag="wght" stylevalue="600"/>
1506        </font>
1507        <font weight="700" style="normal" postScriptName="NotoSansTakri-Regular">
1508            NotoSansTakri-VF.ttf
1509            <axis tag="wght" stylevalue="700"/>
1510        </font>
1511    </family>
1512    <family lang="und-Hmnp">
1513        <font weight="400" style="normal" postScriptName="NotoSerifHmongNyiakeng-Regular">
1514            NotoSerifNyiakengPuachueHmong-VF.ttf
1515            <axis tag="wght" stylevalue="400"/>
1516        </font>
1517        <font weight="500" style="normal" postScriptName="NotoSerifHmongNyiakeng-Regular">
1518            NotoSerifNyiakengPuachueHmong-VF.ttf
1519            <axis tag="wght" stylevalue="500"/>
1520        </font>
1521        <font weight="600" style="normal" postScriptName="NotoSerifHmongNyiakeng-Regular">
1522            NotoSerifNyiakengPuachueHmong-VF.ttf
1523            <axis tag="wght" stylevalue="600"/>
1524        </font>
1525        <font weight="700" style="normal" postScriptName="NotoSerifHmongNyiakeng-Regular">
1526            NotoSerifNyiakengPuachueHmong-VF.ttf
1527            <axis tag="wght" stylevalue="700"/>
1528        </font>
1529    </family>
1530    <family lang="und-Yezi">
1531        <font weight="400" style="normal" postScriptName="NotoSerifYezidi-Regular">
1532            NotoSerifYezidi-VF.ttf
1533            <axis tag="wght" stylevalue="400"/>
1534        </font>
1535        <font weight="500" style="normal" postScriptName="NotoSerifYezidi-Regular">
1536            NotoSerifYezidi-VF.ttf
1537            <axis tag="wght" stylevalue="500"/>
1538        </font>
1539        <font weight="600" style="normal" postScriptName="NotoSerifYezidi-Regular">
1540            NotoSerifYezidi-VF.ttf
1541            <axis tag="wght" stylevalue="600"/>
1542        </font>
1543        <font weight="700" style="normal" postScriptName="NotoSerifYezidi-Regular">
1544            NotoSerifYezidi-VF.ttf
1545            <axis tag="wght" stylevalue="700"/>
1546        </font>
1547    </family>
1548</familyset>
1549