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