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="23"> 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="500" style="normal">RobotoCondensed-Medium.ttf</font> 55 <font weight="500" style="italic">RobotoCondensed-MediumItalic.ttf</font> 56 <font weight="700" style="normal">RobotoCondensed-Bold.ttf</font> 57 <font weight="700" style="italic">RobotoCondensed-BoldItalic.ttf</font> 58 </family> 59 <alias name="sans-serif-condensed-light" to="sans-serif-condensed" weight="300" /> 60 <alias name="sans-serif-condensed-medium" to="sans-serif-condensed" weight="500" /> 61 62 <family name="serif"> 63 <font weight="400" style="normal">NotoSerif-Regular.ttf</font> 64 <font weight="700" style="normal">NotoSerif-Bold.ttf</font> 65 <font weight="400" style="italic">NotoSerif-Italic.ttf</font> 66 <font weight="700" style="italic">NotoSerif-BoldItalic.ttf</font> 67 </family> 68 <alias name="times" to="serif" /> 69 <alias name="times new roman" to="serif" /> 70 <alias name="palatino" to="serif" /> 71 <alias name="georgia" to="serif" /> 72 <alias name="baskerville" to="serif" /> 73 <alias name="goudy" to="serif" /> 74 <alias name="fantasy" to="serif" /> 75 <alias name="ITC Stone Serif" to="serif" /> 76 77 <family name="monospace"> 78 <font weight="400" style="normal">DroidSansMono.ttf</font> 79 </family> 80 <alias name="sans-serif-monospace" to="monospace" /> 81 <alias name="monaco" to="monospace" /> 82 83 <family name="serif-monospace"> 84 <font weight="400" style="normal">CutiveMono.ttf</font> 85 </family> 86 <alias name="courier" to="serif-monospace" /> 87 <alias name="courier new" to="serif-monospace" /> 88 89 <family name="casual"> 90 <font weight="400" style="normal">ComingSoon.ttf</font> 91 </family> 92 93 <family name="cursive"> 94 <font weight="400" style="normal">DancingScript-Regular.ttf</font> 95 <font weight="700" style="normal">DancingScript-Bold.ttf</font> 96 </family> 97 98 <family name="sans-serif-smallcaps"> 99 <font weight="400" style="normal">CarroisGothicSC-Regular.ttf</font> 100 </family> 101 102 <!-- fallback fonts --> 103 <family lang="und-Arab" variant="elegant"> 104 <font weight="400" style="normal">NotoNaskhArabic-Regular.ttf</font> 105 <font weight="700" style="normal">NotoNaskhArabic-Bold.ttf</font> 106 </family> 107 <family lang="und-Arab" variant="compact"> 108 <font weight="400" style="normal">NotoNaskhArabicUI-Regular.ttf</font> 109 <font weight="700" style="normal">NotoNaskhArabicUI-Bold.ttf</font> 110 </family> 111 <family lang="und-Ethi"> 112 <font weight="400" style="normal">NotoSansEthiopic-Regular.ttf</font> 113 <font weight="700" style="normal">NotoSansEthiopic-Bold.ttf</font> 114 <font weight="400" style="normal" fallbackFor="serif">NotoSerifEthiopic-Regular.otf</font> 115 <font weight="700" style="normal" fallbackFor="serif">NotoSerifEthiopic-Bold.otf</font> 116 </family> 117 <family lang="und-Hebr"> 118 <font weight="400" style="normal">NotoSansHebrew-Regular.ttf</font> 119 <font weight="700" style="normal">NotoSansHebrew-Bold.ttf</font> 120 <font weight="400" style="normal" fallbackFor="serif">NotoSerifHebrew-Regular.ttf</font> 121 <font weight="700" style="normal" fallbackFor="serif">NotoSerifHebrew-Bold.ttf</font> 122 </family> 123 <family lang="und-Thai" variant="elegant"> 124 <font weight="400" style="normal">NotoSansThai-Regular.ttf</font> 125 <font weight="700" style="normal">NotoSansThai-Bold.ttf</font> 126 <font weight="400" style="normal" fallbackFor="serif">NotoSerifThai-Regular.ttf</font> 127 <font weight="700" style="normal" fallbackFor="serif">NotoSerifThai-Bold.ttf</font> 128 </family> 129 <family lang="und-Thai" variant="compact"> 130 <font weight="400" style="normal">NotoSansThaiUI-Regular.ttf</font> 131 <font weight="700" style="normal">NotoSansThaiUI-Bold.ttf</font> 132 </family> 133 <family lang="und-Armn"> 134 <font weight="400" style="normal">NotoSansArmenian-Regular.ttf</font> 135 <font weight="700" style="normal">NotoSansArmenian-Bold.ttf</font> 136 <font weight="400" style="normal" fallbackFor="serif">NotoSerifArmenian-Regular.ttf</font> 137 <font weight="700" style="normal" fallbackFor="serif">NotoSerifArmenian-Bold.ttf</font> 138 </family> 139 <family lang="und-Geor und-Geok"> 140 <font weight="400" style="normal">NotoSansGeorgian-Regular.ttf</font> 141 <font weight="700" style="normal">NotoSansGeorgian-Bold.ttf</font> 142 <font weight="400" style="normal" fallbackFor="serif">NotoSerifGeorgian-Regular.ttf</font> 143 <font weight="700" style="normal" fallbackFor="serif">NotoSerifGeorgian-Bold.ttf</font> 144 </family> 145 <family lang="und-Deva" variant="elegant"> 146 <font weight="400" style="normal">NotoSansDevanagari-Regular.ttf</font> 147 <font weight="700" style="normal">NotoSansDevanagari-Bold.ttf</font> 148 <font weight="400" style="normal" fallbackFor="serif">NotoSerifDevanagari-Regular.ttf</font> 149 <font weight="700" style="normal" fallbackFor="serif">NotoSerifDevanagari-Bold.ttf</font> 150 </family> 151 <family lang="und-Deva" variant="compact"> 152 <font weight="400" style="normal">NotoSansDevanagariUI-Regular.ttf</font> 153 <font weight="700" style="normal">NotoSansDevanagariUI-Bold.ttf</font> 154 </family> 155 156 <!-- All scripts of India should come after Devanagari, due to shared 157 danda characters. 158 --> 159 <family lang="und-Gujr" variant="elegant"> 160 <font weight="400" style="normal">NotoSansGujarati-Regular.ttf</font> 161 <font weight="700" style="normal">NotoSansGujarati-Bold.ttf</font> 162 <font weight="400" style="normal" fallbackFor="serif">NotoSerifGujarati-Regular.ttf</font> 163 <font weight="700" style="normal" fallbackFor="serif">NotoSerifGujarati-Bold.ttf</font> 164 </family> 165 <family lang="und-Gujr" variant="compact"> 166 <font weight="400" style="normal">NotoSansGujaratiUI-Regular.ttf</font> 167 <font weight="700" style="normal">NotoSansGujaratiUI-Bold.ttf</font> 168 </family> 169 <family lang="und-Guru" variant="elegant"> 170 <font weight="400" style="normal">NotoSansGurmukhi-Regular.ttf</font> 171 <font weight="700" style="normal">NotoSansGurmukhi-Bold.ttf</font> 172 <font weight="400" style="normal" fallbackFor="serif">NotoSerifGurmukhi-Regular.otf</font> 173 <font weight="700" style="normal" fallbackFor="serif">NotoSerifGurmukhi-Bold.otf</font> 174 </family> 175 <family lang="und-Guru" variant="compact"> 176 <font weight="400" style="normal">NotoSansGurmukhiUI-Regular.ttf</font> 177 <font weight="700" style="normal">NotoSansGurmukhiUI-Bold.ttf</font> 178 </family> 179 <family lang="und-Taml" variant="elegant"> 180 <font weight="400" style="normal">NotoSansTamil-Regular.ttf</font> 181 <font weight="700" style="normal">NotoSansTamil-Bold.ttf</font> 182 <font weight="400" style="normal" fallbackFor="serif">NotoSerifTamil-Regular.ttf</font> 183 <font weight="700" style="normal" fallbackFor="serif">NotoSerifTamil-Bold.ttf</font> 184 </family> 185 <family lang="und-Taml" variant="compact"> 186 <font weight="400" style="normal">NotoSansTamilUI-Regular.ttf</font> 187 <font weight="700" style="normal">NotoSansTamilUI-Bold.ttf</font> 188 </family> 189 <family lang="und-Mlym" variant="elegant"> 190 <font weight="400" style="normal">NotoSansMalayalam-Regular.ttf</font> 191 <font weight="700" style="normal">NotoSansMalayalam-Bold.ttf</font> 192 <font weight="400" style="normal" fallbackFor="serif">NotoSerifMalayalam-Regular.ttf</font> 193 <font weight="700" style="normal" fallbackFor="serif">NotoSerifMalayalam-Bold.ttf</font> 194 </family> 195 <family lang="und-Mlym" variant="compact"> 196 <font weight="400" style="normal">NotoSansMalayalamUI-Regular.ttf</font> 197 <font weight="700" style="normal">NotoSansMalayalamUI-Bold.ttf</font> 198 </family> 199 <family lang="und-Beng" variant="elegant"> 200 <font weight="400" style="normal">NotoSansBengali-Regular.ttf</font> 201 <font weight="700" style="normal">NotoSansBengali-Bold.ttf</font> 202 <font weight="400" style="normal" fallbackFor="serif">NotoSerifBengali-Regular.ttf</font> 203 <font weight="700" style="normal" fallbackFor="serif">NotoSerifBengali-Bold.ttf</font> 204 </family> 205 <family lang="und-Beng" variant="compact"> 206 <font weight="400" style="normal">NotoSansBengaliUI-Regular.ttf</font> 207 <font weight="700" style="normal">NotoSansBengaliUI-Bold.ttf</font> 208 </family> 209 <family lang="und-Telu" variant="elegant"> 210 <font weight="400" style="normal">NotoSansTelugu-Regular.ttf</font> 211 <font weight="700" style="normal">NotoSansTelugu-Bold.ttf</font> 212 <font weight="400" style="normal" fallbackFor="serif">NotoSerifTelugu-Regular.ttf</font> 213 <font weight="700" style="normal" fallbackFor="serif">NotoSerifTelugu-Bold.ttf</font> 214 </family> 215 <family lang="und-Telu" variant="compact"> 216 <font weight="400" style="normal">NotoSansTeluguUI-Regular.ttf</font> 217 <font weight="700" style="normal">NotoSansTeluguUI-Bold.ttf</font> 218 </family> 219 <family lang="und-Knda" variant="elegant"> 220 <font weight="400" style="normal">NotoSansKannada-Regular.ttf</font> 221 <font weight="700" style="normal">NotoSansKannada-Bold.ttf</font> 222 <font weight="400" style="normal" fallbackFor="serif">NotoSerifKannada-Regular.ttf</font> 223 <font weight="700" style="normal" fallbackFor="serif">NotoSerifKannada-Bold.ttf</font> 224 </family> 225 <family lang="und-Knda" variant="compact"> 226 <font weight="400" style="normal">NotoSansKannadaUI-Regular.ttf</font> 227 <font weight="700" style="normal">NotoSansKannadaUI-Bold.ttf</font> 228 </family> 229 <family lang="und-Orya" variant="elegant"> 230 <font weight="400" style="normal">NotoSansOriya-Regular.ttf</font> 231 <font weight="700" style="normal">NotoSansOriya-Bold.ttf</font> 232 </family> 233 <family lang="und-Orya" variant="compact"> 234 <font weight="400" style="normal">NotoSansOriyaUI-Regular.ttf</font> 235 <font weight="700" style="normal">NotoSansOriyaUI-Bold.ttf</font> 236 </family> 237 238 <family lang="und-Sinh" variant="elegant"> 239 <font weight="400" style="normal">NotoSansSinhala-Regular.ttf</font> 240 <font weight="700" style="normal">NotoSansSinhala-Bold.ttf</font> 241 <font weight="400" style="normal" fallbackFor="serif">NotoSerifSinhala-Regular.otf</font> 242 <font weight="700" style="normal" fallbackFor="serif">NotoSerifSinhala-Bold.otf</font> 243 </family> 244 <family lang="und-Sinh" variant="compact"> 245 <font weight="400" style="normal">NotoSansSinhalaUI-Regular.otf</font> 246 <font weight="700" style="normal">NotoSansSinhalaUI-Bold.otf</font> 247 </family> 248 <family lang="und-Khmr" variant="elegant"> 249 <font weight="100" style="normal">NotoSansKhmer-VF.ttf 250 <axis tag="wdth" stylevalue="100.0" /> 251 <axis tag="wght" stylevalue="26.0" /> 252 </font> 253 <font weight="200" style="normal">NotoSansKhmer-VF.ttf 254 <axis tag="wdth" stylevalue="100.0" /> 255 <axis tag="wght" stylevalue="39.0" /> 256 </font> 257 <font weight="300" style="normal">NotoSansKhmer-VF.ttf 258 <axis tag="wdth" stylevalue="100.0" /> 259 <axis tag="wght" stylevalue="58.0" /> 260 </font> 261 <font weight="400" style="normal">NotoSansKhmer-VF.ttf 262 <axis tag="wdth" stylevalue="100.0" /> 263 <axis tag="wght" stylevalue="90.0" /> 264 </font> 265 <font weight="500" style="normal">NotoSansKhmer-VF.ttf 266 <axis tag="wdth" stylevalue="100.0" /> 267 <axis tag="wght" stylevalue="108.0" /> 268 </font> 269 <font weight="600" style="normal">NotoSansKhmer-VF.ttf 270 <axis tag="wdth" stylevalue="100.0" /> 271 <axis tag="wght" stylevalue="128.0" /> 272 </font> 273 <font weight="700" style="normal">NotoSansKhmer-VF.ttf 274 <axis tag="wdth" stylevalue="100.0" /> 275 <axis tag="wght" stylevalue="151.0" /> 276 </font> 277 <font weight="800" style="normal">NotoSansKhmer-VF.ttf 278 <axis tag="wdth" stylevalue="100.0" /> 279 <axis tag="wght" stylevalue="169.0" /> 280 </font> 281 <font weight="900" style="normal">NotoSansKhmer-VF.ttf 282 <axis tag="wdth" stylevalue="100.0" /> 283 <axis tag="wght" stylevalue="190.0" /> 284 </font> 285 <font weight="400" style="normal" fallbackFor="serif">NotoSerifKhmer-Regular.otf</font> 286 <font weight="700" style="normal" fallbackFor="serif">NotoSerifKhmer-Bold.otf</font> 287 </family> 288 <family lang="und-Khmr" variant="compact"> 289 <font weight="400" style="normal">NotoSansKhmerUI-Regular.ttf</font> 290 <font weight="700" style="normal">NotoSansKhmerUI-Bold.ttf</font> 291 </family> 292 <family lang="und-Laoo" variant="elegant"> 293 <font weight="400" style="normal">NotoSansLao-Regular.ttf</font> 294 <font weight="700" style="normal">NotoSansLao-Bold.ttf</font> 295 <font weight="400" style="normal" fallbackFor="serif">NotoSerifLao-Regular.ttf</font> 296 <font weight="700" style="normal" fallbackFor="serif">NotoSerifLao-Bold.ttf</font> 297 </family> 298 <family lang="und-Laoo" variant="compact"> 299 <font weight="400" style="normal">NotoSansLaoUI-Regular.ttf</font> 300 <font weight="700" style="normal">NotoSansLaoUI-Bold.ttf</font> 301 </family> 302 <family lang="und-Mymr" variant="elegant"> 303 <font weight="400" style="normal">NotoSansMyanmar-Regular.ttf</font> 304 <font weight="700" style="normal">NotoSansMyanmar-Bold.ttf</font> 305 <font weight="400" style="normal" fallbackFor="serif">NotoSerifMyanmar-Regular.otf</font> 306 <font weight="700" style="normal" fallbackFor="serif">NotoSerifMyanmar-Bold.otf</font> 307 </family> 308 <family lang="und-Mymr" variant="compact"> 309 <font weight="400" style="normal">NotoSansMyanmarUI-Regular.ttf</font> 310 <font weight="700" style="normal">NotoSansMyanmarUI-Bold.ttf</font> 311 </family> 312 <family lang="und-Thaa"> 313 <font weight="400" style="normal">NotoSansThaana-Regular.ttf</font> 314 <font weight="700" style="normal">NotoSansThaana-Bold.ttf</font> 315 </family> 316 <family lang="und-Cham"> 317 <font weight="400" style="normal">NotoSansCham-Regular.ttf</font> 318 <font weight="700" style="normal">NotoSansCham-Bold.ttf</font> 319 </family> 320 <family lang="und-Ahom"> 321 <font weight="400" style="normal">NotoSansAhom-Regular.otf</font> 322 </family> 323 <family lang="und-Adlm"> 324 <font weight="400" style="normal">NotoSansAdlam-Regular.ttf</font> 325 </family> 326 <family lang="und-Avst"> 327 <font weight="400" style="normal">NotoSansAvestan-Regular.ttf</font> 328 </family> 329 <family lang="und-Bali"> 330 <font weight="400" style="normal">NotoSansBalinese-Regular.ttf</font> 331 </family> 332 <family lang="und-Bamu"> 333 <font weight="400" style="normal">NotoSansBamum-Regular.ttf</font> 334 </family> 335 <family lang="und-Batk"> 336 <font weight="400" style="normal">NotoSansBatak-Regular.ttf</font> 337 </family> 338 <family lang="und-Brah"> 339 <font weight="400" style="normal">NotoSansBrahmi-Regular.ttf</font> 340 </family> 341 <family lang="und-Bugi"> 342 <font weight="400" style="normal">NotoSansBuginese-Regular.ttf</font> 343 </family> 344 <family lang="und-Buhd"> 345 <font weight="400" style="normal">NotoSansBuhid-Regular.ttf</font> 346 </family> 347 <family lang="und-Cans"> 348 <font weight="400" style="normal">NotoSansCanadianAboriginal-Regular.ttf</font> 349 </family> 350 <family lang="und-Cari"> 351 <font weight="400" style="normal">NotoSansCarian-Regular.ttf</font> 352 </family> 353 <family lang="und-Cakm"> 354 <font weight="400" style="normal">NotoSansChakma-Regular.ttf</font> 355 </family> 356 <family lang="und-Cher"> 357 <font weight="400" style="normal">NotoSansCherokee-Regular.ttf</font> 358 </family> 359 <family lang="und-Copt"> 360 <font weight="400" style="normal">NotoSansCoptic-Regular.ttf</font> 361 </family> 362 <family lang="und-Xsux"> 363 <font weight="400" style="normal">NotoSansCuneiform-Regular.ttf</font> 364 </family> 365 <family lang="und-Cprt"> 366 <font weight="400" style="normal">NotoSansCypriot-Regular.ttf</font> 367 </family> 368 <family lang="und-Dsrt"> 369 <font weight="400" style="normal">NotoSansDeseret-Regular.ttf</font> 370 </family> 371 <family lang="und-Egyp"> 372 <font weight="400" style="normal">NotoSansEgyptianHieroglyphs-Regular.ttf</font> 373 </family> 374 <family lang="und-Elba"> 375 <font weight="400" style="normal">NotoSansElbasan-Regular.otf</font> 376 </family> 377 <family lang="und-Glag"> 378 <font weight="400" style="normal">NotoSansGlagolitic-Regular.ttf</font> 379 </family> 380 <family lang="und-Goth"> 381 <font weight="400" style="normal">NotoSansGothic-Regular.ttf</font> 382 </family> 383 <family lang="und-Hano"> 384 <font weight="400" style="normal">NotoSansHanunoo-Regular.ttf</font> 385 </family> 386 <family lang="und-Armi"> 387 <font weight="400" style="normal">NotoSansImperialAramaic-Regular.ttf</font> 388 </family> 389 <family lang="und-Phli"> 390 <font weight="400" style="normal">NotoSansInscriptionalPahlavi-Regular.ttf</font> 391 </family> 392 <family lang="und-Prti"> 393 <font weight="400" style="normal">NotoSansInscriptionalParthian-Regular.ttf</font> 394 </family> 395 <family lang="und-Java"> 396 <font weight="400" style="normal">NotoSansJavanese-Regular.ttf</font> 397 </family> 398 <family lang="und-Kthi"> 399 <font weight="400" style="normal">NotoSansKaithi-Regular.ttf</font> 400 </family> 401 <family lang="und-Kali"> 402 <font weight="400" style="normal">NotoSansKayahLi-Regular.ttf</font> 403 </family> 404 <family lang="und-Khar"> 405 <font weight="400" style="normal">NotoSansKharoshthi-Regular.ttf</font> 406 </family> 407 <family lang="und-Lepc"> 408 <font weight="400" style="normal">NotoSansLepcha-Regular.ttf</font> 409 </family> 410 <family lang="und-Limb"> 411 <font weight="400" style="normal">NotoSansLimbu-Regular.ttf</font> 412 </family> 413 <family lang="und-Linb"> 414 <font weight="400" style="normal">NotoSansLinearB-Regular.ttf</font> 415 </family> 416 <family lang="und-Lisu"> 417 <font weight="400" style="normal">NotoSansLisu-Regular.ttf</font> 418 </family> 419 <family lang="und-Lyci"> 420 <font weight="400" style="normal">NotoSansLycian-Regular.ttf</font> 421 </family> 422 <family lang="und-Lydi"> 423 <font weight="400" style="normal">NotoSansLydian-Regular.ttf</font> 424 </family> 425 <family lang="und-Mand"> 426 <font weight="400" style="normal">NotoSansMandaic-Regular.ttf</font> 427 </family> 428 <family lang="und-Mtei"> 429 <font weight="400" style="normal">NotoSansMeeteiMayek-Regular.ttf</font> 430 </family> 431 <family lang="und-Talu"> 432 <font weight="400" style="normal">NotoSansNewTaiLue-Regular.ttf</font> 433 </family> 434 <family lang="und-Nkoo"> 435 <font weight="400" style="normal">NotoSansNKo-Regular.ttf</font> 436 </family> 437 <family lang="und-Ogam"> 438 <font weight="400" style="normal">NotoSansOgham-Regular.ttf</font> 439 </family> 440 <family lang="und-Olck"> 441 <font weight="400" style="normal">NotoSansOlChiki-Regular.ttf</font> 442 </family> 443 <family lang="und-Ital"> 444 <font weight="400" style="normal">NotoSansOldItalic-Regular.ttf</font> 445 </family> 446 <family lang="und-Xpeo"> 447 <font weight="400" style="normal">NotoSansOldPersian-Regular.ttf</font> 448 </family> 449 <family lang="und-Sarb"> 450 <font weight="400" style="normal">NotoSansOldSouthArabian-Regular.ttf</font> 451 </family> 452 <family lang="und-Orkh"> 453 <font weight="400" style="normal">NotoSansOldTurkic-Regular.ttf</font> 454 </family> 455 <family lang="und-Osge"> 456 <font weight="400" style="normal">NotoSansOsage-Regular.ttf</font> 457 </family> 458 <family lang="und-Osma"> 459 <font weight="400" style="normal">NotoSansOsmanya-Regular.ttf</font> 460 </family> 461 <family lang="und-Phnx"> 462 <font weight="400" style="normal">NotoSansPhoenician-Regular.ttf</font> 463 </family> 464 <family lang="und-Rjng"> 465 <font weight="400" style="normal">NotoSansRejang-Regular.ttf</font> 466 </family> 467 <family lang="und-Runr"> 468 <font weight="400" style="normal">NotoSansRunic-Regular.ttf</font> 469 </family> 470 <family lang="und-Samr"> 471 <font weight="400" style="normal">NotoSansSamaritan-Regular.ttf</font> 472 </family> 473 <family lang="und-Saur"> 474 <font weight="400" style="normal">NotoSansSaurashtra-Regular.ttf</font> 475 </family> 476 <family lang="und-Shaw"> 477 <font weight="400" style="normal">NotoSansShavian-Regular.ttf</font> 478 </family> 479 <family lang="und-Sund"> 480 <font weight="400" style="normal">NotoSansSundanese-Regular.ttf</font> 481 </family> 482 <family lang="und-Sylo"> 483 <font weight="400" style="normal">NotoSansSylotiNagri-Regular.ttf</font> 484 </family> 485 <!-- Esrangela should precede Eastern and Western Syriac, since it's our default form. --> 486 <family lang="und-Syre"> 487 <font weight="400" style="normal">NotoSansSyriacEstrangela-Regular.ttf</font> 488 </family> 489 <family lang="und-Syrn"> 490 <font weight="400" style="normal">NotoSansSyriacEastern-Regular.ttf</font> 491 </family> 492 <family lang="und-Syrj"> 493 <font weight="400" style="normal">NotoSansSyriacWestern-Regular.ttf</font> 494 </family> 495 <family lang="und-Tglg"> 496 <font weight="400" style="normal">NotoSansTagalog-Regular.ttf</font> 497 </family> 498 <family lang="und-Tagb"> 499 <font weight="400" style="normal">NotoSansTagbanwa-Regular.ttf</font> 500 </family> 501 <family lang="und-Lana"> 502 <font weight="400" style="normal">NotoSansTaiTham-Regular.ttf</font> 503 </family> 504 <family lang="und-Tavt"> 505 <font weight="400" style="normal">NotoSansTaiViet-Regular.ttf</font> 506 </family> 507 <family lang="und-Tibt"> 508 <font weight="400" style="normal">NotoSansTibetan-Regular.ttf</font> 509 <font weight="700" style="normal">NotoSansTibetan-Bold.ttf</font> 510 </family> 511 <family lang="und-Tfng"> 512 <font weight="400" style="normal">NotoSansTifinagh-Regular.ttf</font> 513 </family> 514 <family lang="und-Ugar"> 515 <font weight="400" style="normal">NotoSansUgaritic-Regular.ttf</font> 516 </family> 517 <family lang="und-Vaii"> 518 <font weight="400" style="normal">NotoSansVai-Regular.ttf</font> 519 </family> 520 <family> 521 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted.ttf</font> 522 </family> 523 <family lang="zh-Hans"> 524 <font weight="400" style="normal" index="2">NotoSansCJK-Regular.ttc</font> 525 <font weight="400" style="normal" index="2" fallbackFor="serif">NotoSerifCJK-Regular.ttc</font> 526 </family> 527 <family lang="zh-Hant zh-Bopo"> 528 <font weight="400" style="normal" index="3">NotoSansCJK-Regular.ttc</font> 529 <font weight="400" style="normal" index="3" fallbackFor="serif">NotoSerifCJK-Regular.ttc</font> 530 </family> 531 <family lang="ja"> 532 <font weight="400" style="normal" index="0">NotoSansCJK-Regular.ttc</font> 533 <font weight="400" style="normal" index="0" fallbackFor="serif">NotoSerifCJK-Regular.ttc</font> 534 </family> 535 <family lang="ko"> 536 <font weight="400" style="normal" index="1">NotoSansCJK-Regular.ttc</font> 537 <font weight="400" style="normal" index="1" fallbackFor="serif">NotoSerifCJK-Regular.ttc</font> 538 </family> 539 <family lang="und-Zsye"> 540 <font weight="400" style="normal">NotoColorEmoji.ttf</font> 541 </family> 542 <family lang="und-Zsym"> 543 <font weight="400" style="normal">NotoSansSymbols-Regular-Subsetted2.ttf</font> 544 </family> 545 <!-- 546 Tai Le, Yi, Mongolian, and Phags-pa are intentionally kept last, to make sure they don't 547 override the East Asian punctuation for Chinese. 548 --> 549 <family lang="und-Tale"> 550 <font weight="400" style="normal">NotoSansTaiLe-Regular.ttf</font> 551 </family> 552 <family lang="und-Yiii"> 553 <font weight="400" style="normal">NotoSansYi-Regular.ttf</font> 554 </family> 555 <family lang="und-Mong"> 556 <font weight="400" style="normal">NotoSansMongolian-Regular.ttf</font> 557 </family> 558 <family lang="und-Phag"> 559 <font weight="400" style="normal">NotoSansPhagsPa-Regular.ttf</font> 560 </family> 561 <family lang="und-Hluw"> 562 <font weight="400" style="normal">NotoSansAnatolianHieroglyphs-Regular.otf</font> 563 </family> 564 <family lang="und-Bass"> 565 <font weight="400" style="normal">NotoSansBassaVah-Regular.otf</font> 566 </family> 567 <family lang="und-Bhks"> 568 <font weight="400" style="normal">NotoSansBhaiksuki-Regular.otf</font> 569 </family> 570 <family lang="und-Hatr"> 571 <font weight="400" style="normal">NotoSansHatran-Regular.otf</font> 572 </family> 573 <family lang="und-Lina"> 574 <font weight="400" style="normal">NotoSansLinearA-Regular.otf</font> 575 </family> 576 <family lang="und-Mani"> 577 <font weight="400" style="normal">NotoSansManichaean-Regular.otf</font> 578 </family> 579 <family lang="und-Marc"> 580 <font weight="400" style="normal">NotoSansMarchen-Regular.otf</font> 581 </family> 582 <family lang="und-Merc"> 583 <font weight="400" style="normal">NotoSansMeroitic-Regular.otf</font> 584 </family> 585 <family lang="und-Plrd"> 586 <font weight="400" style="normal">NotoSansMiao-Regular.otf</font> 587 </family> 588 <family lang="und-Mroo"> 589 <font weight="400" style="normal">NotoSansMro-Regular.otf</font> 590 </family> 591 <family lang="und-Mult"> 592 <font weight="400" style="normal">NotoSansMultani-Regular.otf</font> 593 </family> 594 <family lang="und-Nbat"> 595 <font weight="400" style="normal">NotoSansNabataean-Regular.otf</font> 596 </family> 597 <family lang="und-Newa"> 598 <font weight="400" style="normal">NotoSansNewa-Regular.otf</font> 599 </family> 600 <family lang="und-Narb"> 601 <font weight="400" style="normal">NotoSansOldNorthArabian-Regular.otf</font> 602 </family> 603 <family lang="und-Perm"> 604 <font weight="400" style="normal">NotoSansOldPermic-Regular.otf</font> 605 </family> 606 <family lang="und-Hmng"> 607 <font weight="400" style="normal">NotoSansPahawhHmong-Regular.otf</font> 608 </family> 609 <family lang="und-Palm"> 610 <font weight="400" style="normal">NotoSansPalmyrene-Regular.otf</font> 611 </family> 612 <family lang="und-Pauc"> 613 <font weight="400" style="normal">NotoSansPauCinHau-Regular.otf</font> 614 </family> 615 <family lang="und-Shrd"> 616 <font weight="400" style="normal">NotoSansSharada-Regular.otf</font> 617 </family> 618 <family lang="und-Sora"> 619 <font weight="400" style="normal">NotoSansSoraSompeng-Regular.otf</font> 620 </family> 621</familyset> 622