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