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